document.write( "Question 1119951: Please help me solve this in simple way. Thank You.\r
\n" );
document.write( "\n" );
document.write( "Determine all joint probabilities listed below from the following information:\r
\n" );
document.write( "\n" );
document.write( "P(A)=0.73,P(Ac)=0.27,P(B|A)=0.56,P(B|Ac)=0.69\r
\n" );
document.write( "\n" );
document.write( "P(A and B) = \r
\n" );
document.write( "\n" );
document.write( "P(A and Bc) = \r
\n" );
document.write( "\n" );
document.write( "P(Ac and B) = \r
\n" );
document.write( "\n" );
document.write( "P(Ac and Bc) \n" );
document.write( "
Algebra.Com's Answer #735859 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "By definition, P(B|A) = (P(A and B))/(P(A)) \n" ); document.write( "Think of the conditional probability as having only A as the sample space (so P(A) is the denominator of the probability fraction); you want to know what percentage of A is also B. \n" ); document.write( "So for the first question, \n" ); document.write( "P(A and B) = (P(A))*(P(B|A)) = .73*.56 = .4088. \n" ); document.write( "For the second question, \n" ); document.write( "P(A and not B) = P(A) - P(A and B) = .73 - .4088 = .3212. \n" ); document.write( "For the third question, again we have, by definition, \n" ); document.write( "P(B| not A) = (P(B and not A))/(P(not A)), so \n" ); document.write( "P(B and not A) = (P(B| not A))*(P(not A)) = .69*.27 = .1863. \n" ); document.write( "For the fourth question, P(not A and not B) is \"all that is left\": \n" ); document.write( "1 - (.4088+.3212+.1863) = .0837. \n" ); document.write( " |