Answer:
See below
Step-by-step explanation:
A 30° angle is measured 30° counterclockwise while a -30° angle is measured 30° clockwise. Therefore, you can say -30°=360-30°=330° because 30° is a reference angle located in Quadrant IV.
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
Answer:
Step-by-step explanation:
Hello!
The definition of the Central Limi Theorem states that:
Be a population with probability function f(X;μ,δ²) from which a random sample of size n is selected. Then the distribution of the sample mean tends to the normal distribution with mean μ and variance δ²/n when the sample size tends to infinity.
As a rule, a sample of size greater than or equal to 30 is considered sufficient to apply the theorem and use the approximation.
X[bar]≈N(μ;σ²/n)
If the variable of interest is X: the number of accidents per week at a hazardous intersection.
There is no information about the distribution of this variable, but a sample of n= 52 weeks was taken, and since the sample is large enough you can approximate the distribution of the sample mean to normal. With population mean μ= 2.2 and standard deviation σ/√n= 1.1/√52= 0.15
I hope it helps!