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:
95%
Step-by-step explanation:
The empirical rule states that if data follows normal distribution then the percentage of observations falls within one, two and three standard deviation around the mean are
i) 68% falls within one standard deviation
ii) 95% falls within two standard deviation
iii) 99.7% falls within three standard deviation.
Hence 95% of the observations will fall within two standard deviations around the mean if the data follows normal distribution.
Answer:
0% probability that a customer will be exactly 7.50 minutes in the record store.
Step-by-step explanation:
Uniform probability distribution:
An uniform distribution has two bounds, a and b.
The probability of finding a value of at lower than x is:
The probability of finding a value between c and d is:
The probability of finding a value above x is:
The uniform distribution is a continuous distribution, which means that the probability of an exact outcome is zero.
Uniformly distributed between 3 and 12 minutes.
This means that 
What is the probability that a customer will be exactly 7.50 minutes in the record store?
Continuous distribution, so:
0% probability that a customer will be exactly 7.50 minutes in the record store.
Answer:
x = 5/3
y = 14/3
Step-by-step explanation:
y=4x−2
y=x+3
Since they are both equal to y, we can set them equal to each other
4x-2 = x+3
Subtract x from each side
4x-2-x = x+3-x
3x-2 =3
Add 2 to each side
3x-2+2 = 3+2
3x =5
Divide each side by 3
3x/3 =5/3
x = 5/3
Now we need to find y
y = x+3
y =5/3+3
y = 5/3+9/3
y = 14/3