document.write( "Question 1154182: If A & B are events with
\n" );
document.write( "P(A)=0.4 , P(B)=0.2 , P(AnB)=0.1 ,
\n" );
document.write( "a. what Is Probability Of A given B ?
\n" );
document.write( "b. what is Probability Of B given A ? \n" );
document.write( "
Algebra.Com's Answer #776567 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "When the information is given in this form, use the definition of conditional probability directly. \n" ); document.write( "P(A|B) is the probability that A (also) occurs, given that B occurs. So the numerator of the probability fraction is the probability that both A and B occur, and the denominator is the probability that B occurs. \r\n" ); document.write( " P(AnB)\r\n" ); document.write( " P(A|B) = --------\r\n" ); document.write( " P(B) \n" ); document.write( "For this problem... \n" ); document.write( "a. P(A|B) = 0.1/0.2 = 0.5 \n" ); document.write( "b. P(B|A) = 0.1/0.4 = 0.25 \n" ); document.write( " \n" ); document.write( " |