Answer:
El area es 29,403
Step-by-step explanation..
27 x 33 = 891
891 x 33 = 29,403
Answer:
B
Step-by-step explanation:
∠ABC= 180° -142° (adj. ∠s on a str. line)
∠ABC= 38°
∠BAC= 180° -133° (adj. ∠s on a str. line)
∠BAC= 47°
∠ACB= 180° -38° -47° (∠ sum of △)
∠ACB= 95°
n°= 180° -95° (adj. ∠s on a str. line)
n°= 85°
n= 85
Answer:
0.0416
Step-by-step explanation:
Given :
Sample size, n = 300
Sample mean, x = 35.5
Population mean, m = 35
Standard deviation, s = 5
The test statistic :
Zstatistic = (x - m) / s/sqrt(n)
Zstatistic = (35.5 - 35) / 5/sqrt(300)
Zstatistic = 0.5 / 0.2886751
Zstatistic = 1.732
Using the p value calculator from Zstatistic :
One tailed P value at 95% confidence interval is : 0.0416
Answer:
Step-by-step explanation:
Problem A
t(1) = 2(1) + 5
t(2) = 2*2 + 5 = 9
t(3) = 2*3 + 5 = 11
t(4) = 2*4 + 5 = 13
So this is the explicit result. Now try it recursively.
t_3 = t_2 + 2
t_3 = 9 + 2
t_3 = 11 which is just what it should do.
t_n = t_(n - 1) + 2
Problem B
t(1) = 3 * 1/2
t(1) = 3/2
t(2) = 3*(1/2)^2
t(2) = 3 * 1/4
t(2) = 3/4
t(3) = 3*(1/2)^3
t(3) = 3 * 1/8
t(3) = 3/8
t(4) = 3 (1/2)^4
t(4) = 3 (1/16)
t(4) = 3/16
So in general
t_n = t_n-1 * 1/2
For example t(5)
t_5 = t_4 * 1/2
t_5 = 3 /16 * 1/2 = 3/32