SOLUTION: If you know that 35% of university students require vision correction (glasses or contact lenses) and assume that enrolment in classes is random.
What is the probability that less
Algebra ->
Probability-and-statistics
-> SOLUTION: If you know that 35% of university students require vision correction (glasses or contact lenses) and assume that enrolment in classes is random.
What is the probability that less
Log On
Question 988601: If you know that 35% of university students require vision correction (glasses or contact lenses) and assume that enrolment in classes is random.
What is the probability that less than 10 students in a class of 40 require vision
correction? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If you know that 35% of university students require vision correction (glasses or contact lenses) and assume that enrollment in classes is random.
What is the probability that less than 10 students in a class of 40 require vision correction?
----
Binomial Problem with n = 40 and p(need) = 0.35
--------
Ans: P(0<= x <=9) = binomcdf(40,0.35,9) = 0.0644
---------
Cheers,
Stan H.
-------