document.write( "Question 876249: Approximately 85% of applicants get their G1 drvier's license the first time they try the test. 80 applicants are scheduled to take the next test.\r
\n" );
document.write( "\n" );
document.write( "b) What is the probability that exactly 65 applicants will pass the test?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #528712 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Previously Posted \n" ); document.write( "p = .85, n = 80 \n" ); document.write( "P(x = 65) = 80C65(.85)^65(.15)^20 0r normalpdf(80, .85, 65) = .0751 \n" ); document.write( " |