SOLUTION: Assume that on a standardized test of 100 questions, a person has a probability of 80% of answering any particular question correctly. Find the probability of answering between 70

Algebra ->  Probability-and-statistics -> SOLUTION: Assume that on a standardized test of 100 questions, a person has a probability of 80% of answering any particular question correctly. Find the probability of answering between 70       Log On


   



Question 923600: Assume that on a standardized test of 100 questions, a person has a probability of 80% of answering any particular question correctly. Find the probability of answering between 70 and 80 questions, inclusive, correctly.
P(70 ≤ X ≤ 80)=?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Assume that on a standardized test of 100 questions, a person has a probability of 80% of answering any particular question correctly. Find the probability of answering between 70 and 80 questions, inclusive, correctly.
P(70 ≤ X ≤ 80)=?
-----
mean = np = 100*0.8 = 80
std = sqrt(npq) = sqrt(80*0.20) = 4
-------------------------
z(70) = (70-80)/4 = -5/2
---
z(80) = 0
-----------------
P(7<= x <=80) = P(-5/2)<= z <= 0) = 0.49
---------------
Cheers,
Stan H.
===============