document.write( "Question 1047260: If the probability for passing a test (p) is 85% and variance is 0,638, what is the chance that 3 students in a group will not pass the test? \n" ); document.write( "
Algebra.Com's Answer #662775 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the probability for passing a test (p) is 85% and variance is 0.638, what is the chance that 3 students in a group will not pass the test? \n" ); document.write( "------ \n" ); document.write( "Variance = p*q*n \n" ); document.write( "0.638 = 0.85*0.15*n \n" ); document.write( "n = 5 \n" ); document.write( "------- \n" ); document.write( "P(x = 3) = 5C3*0.15^3*0.85^2 = binompdf(5,0.15,3) = 0.0244 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |