document.write( "Question 311645: 20% of students who sit for the CPA examination pass it the first time. Find the probability that less than 17% of students in a sample of 500 who will sit for the examination will pass it the first time. \n" ); document.write( "
Algebra.Com's Answer #222918 by stanbon(75887) ![]() You can put this solution on YOUR website! 20% of students who sit for the CPA examination pass it the first time. Find the probability that less than 17% of students in a sample of 500 who will sit for the examination will pass it the first time. \n" ); document.write( "-------------------------------- \n" ); document.write( "Binomial Problem: \n" ); document.write( "n = 500 ; p = 0.2 \n" ); document.write( "---------------------- \n" ); document.write( "P(x < 0.17*500) = binomcdf(500,0.2,85) = 0.0504 \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |