document.write( "Question 1119128: A fair die is tossed. Consider events A = {2, 4, 6}, B = {1, 2}, C = {1, 2, 3, 4}. Find:
\n" );
document.write( "1. P(A and B) and P(A or C)
\n" );
document.write( "2. P(A|B) and P(B|A)
\n" );
document.write( "3. P(A|C) and P(C|A)
\n" );
document.write( "4. P(B|C) and P(C|B) \n" );
document.write( "
Algebra.Com's Answer #734853 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given A = {2, 4, 6}, B = {1, 2}, C = {1, 2, 3, 4}, we can find \n" ); document.write( "(A and B) = {2} (all the elements in BOTH A AND B); (A or C) = {1, 2, 3, 4, 6}. (all the elements in EITHER A OR C) \n" ); document.write( "Question (1): So then P(A and B) = 1/6; P(A or C) = 5/6. \n" ); document.write( "For the conditional probability problems like P(A|B), I find it easiest to view the problem as B being the sample space, and the \"good\" elements are the elements of B that are also elements of A. So... \n" ); document.write( "P(A|B): B contains two elements, 1 and 2. Of those, one (2) is also in A. So P(A|B) is 1/2. \n" ); document.write( "P(B|A): A contains three elements, 2, 4, and 6. Of those, one (2) is also in B. So P(B|A) is 1/3. \n" ); document.write( "You can answer the others in a similar manner. Here are the types of questions you need to ask: \n" ); document.write( "P(A|C): What fraction of the elements of C are also elements of A? \n" ); document.write( "P(C|A): What fraction of the elements of A are also elements of C? \n" ); document.write( "and likewise for P(B|C) and P(C|B). \n" ); document.write( " |