document.write( "Question 561061: hi,\r
\n" );
document.write( "\n" );
document.write( "the probability of two students failing is .1 where student A will fail .5 and student b will fail .2 , what is the probability that both students will pass? I know the answer is .4 please tell me how to calculate this.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #364136 by richard1234(7193) You can put this solution on YOUR website! P(A passes) = 1 - .5 = .5 \n" ); document.write( "P(B passes) = 1 - .2 = .8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(A and B pass) = (.5)(.8) = .4 \n" ); document.write( " |