document.write( "Question 633009: Consider the Venn diagram,the left circle \"A\" contains a \"60\", the right circle \"B\" contains a \"30\" and the center, shared space contains a \"50\". The numbers in the regions of the circle indicate the number of items that belong to that region.
\n" );
document.write( "Determine
\n" );
document.write( "n(A)
\n" );
document.write( "n(B)
\n" );
document.write( "P(A)
\n" );
document.write( "P(B)
\n" );
document.write( "P(A|B)
\n" );
document.write( "P(B|A) \n" );
document.write( "
Algebra.Com's Answer #398594 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "n(A) = 60+50 = 110 \n" ); document.write( " n(B) = 50+30 = 80 \n" ); document.write( " P(A) = 110/(60+50+30) = 110/140 = 11/14 \n" ); document.write( " P(B) = 80/(60+50+30) = 80/140 = 4/7 \n" ); document.write( " P(A|B) = 50/80 = 5/8 \n" ); document.write( " P(B|A) = 50/110 = 5/11\r \n" ); document.write( "\n" ); document.write( "Edwin \n" ); document.write( " |