Answer:
Step-by-step explanation:
Given that the time to complete a standardized exam is approximately normal with a mean of 70 minutes and a standard deviation of 10 minutes.
P(completing exam before 1 hour)
= P(less than an hour) = P(X<60)
=P(Z<
)
=0.5-0.34=0.16
i.e. 16% of students completed the standardized exam.
Answer: the average speed is 7.5 mph or at least im pretty sure
Step-by-step explanation:
This is because if you make the 2 miles at 6 mph to 1 mile at 3 mph then you get 1 mile at 3mph and 1 mile at 12 mph. now that you have the unit rates of these you can add them. 1 + 1 = 2 miles and 3 + 12 = 15 mph now divide this by two and you get 7.5 mph per mile.
I hope this helped, if it did could you give me a good rating? lol
Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.