document.write( "Question 586525: If b and w stand for the results of a throw of two dice, show that
\n" );
document.write( "the events A = {b +w < 8} and B = {b = 3 or 4} are statistically independent
\n" );
document.write( "(although it is difficult to see why they should be in the usual sense of the word) \n" );
document.write( "
Algebra.Com's Answer #373776 by stanbon(75887) ![]() You can put this solution on YOUR website! If b and w stand for the results of a throw of two dice, show that \n" ); document.write( "the events A = {b +w < 8} and B = {b = 3 or 4} are statistically independent \n" ); document.write( "---- \n" ); document.write( "P(A) = 5/36 \n" ); document.write( "P(B) = 2/6 = 1/3 \n" ); document.write( "--- \n" ); document.write( "P(A)*P(B) = (5/36)(1/3) = 5/108 \n" ); document.write( "----- \n" ); document.write( "P(A | B) = ? \n" ); document.write( "If b = 3 then w is 5 or4 or 3 or 2 or 1 \n" ); document.write( "If b = 4 then w is 3 or 2 or 1 \n" ); document.write( "- \n" ); document.write( "So P(A | B) = 8/36 \n" ); document.write( "----- \n" ); document.write( "Since 5/108 # 8/36, A and B are independent. \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |