document.write( "Question 1118587: If A and B are independent events, P(A) = 0.15, and P(B) = 0.75, find the probabilities below. (Enter your answers to four decimal places.)
\n" );
document.write( "(a) P(A ∩ B)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(b) P(A ∪ B)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(c) P(A | B)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(d) P(Ac ∪ Bc)
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #734130 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(a) (.15)*(.75) = .1125 \n" ); document.write( "(b) P(A) + P(B) - P(A and B) = .15 + .75 - .1125 = .7875 \n" ); document.write( "(c) P(A and B) / P(B) = .1125/.75 = .15 \n" ); document.write( "(d) 1 - P(A and B) = 1 - .1125 = .8875 \n" ); document.write( " |