document.write( "Question 1152570: The probability of passing the math class of Professor Jones is 62%, the probability of passing Professor Smith's class is 34%, and the probability of passing both is 30.\r
\n" );
document.write( "\n" );
document.write( "What is the probability of passing one or the other? \n" );
document.write( "
Algebra.Com's Answer #774595 by VFBundy(438) You can put this solution on YOUR website! A = prob. of passing Jones' class \n" ); document.write( "B = prob. of passing Smith's class \n" ); document.write( " \n" ); document.write( "P(A or B) = P(A) + P(B) - P(A)*P(B) \n" ); document.write( " \n" ); document.write( "P(A or B) = 0.62 + 0.34 - 0.30 \n" ); document.write( " \n" ); document.write( "P(A or B) = 0.66 \n" ); document.write( " |