document.write( "Question 304843: It is estimated that 10 percent of those taking the quantitative methods portion of the CPA examination fail that section. Sixty students are taking the exam this Saturday.
\n" );
document.write( "a. How many would you expect to fail? What is the standard deviation?\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability that exactly two students will fail?\r
\n" );
document.write( "\n" );
document.write( "C. What is the probability at least two students will fail?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #218295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is estimated that 10 percent of those taking the quantitative methods portion of the CPA examination fail that section. \n" ); document.write( "Sixty students are taking the exam this Saturday. \n" ); document.write( "a. \n" ); document.write( "How many would you expect to fail?;;;;;0.1(60)= 6 \n" ); document.write( "What is the standard deviation?;;;; sqrt(60*0.1*0.9) = 2.32 \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "b. What is the probability that exactly two students will fail? \n" ); document.write( "P(x=2) = 60C2(0.1)^2*(0.9)^58 = 0.0393 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "C. What is the probability at least two students will fail? \n" ); document.write( "P(2<= x <=60) = 1 - P(0<= x <=1) = 0.9862 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |