document.write( "Question 876312: 80 people are taking a test, that on average 85% of people pass. What is the probability that exactly 65 applicants will pass the test? \n" ); document.write( "
Algebra.Com's Answer #528693 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .85, n = 80 \n" ); document.write( "P(x = 65) = 80C65(.85)^65(.15)^20 0r normalpdf(80, .85, 65) = .0751 \n" ); document.write( " |