document.write( "Question 252358: If three fair dice are tossed and the product of the numbers that appear is even, what is the probability that the sum of the numbers is also even?\r
\n" );
document.write( "\n" );
document.write( "a 2/5 b 3/5 c 4/7 d 5/7 e 7/9 \n" );
document.write( "
Algebra.Com's Answer #184270 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! What the question wants is P (the sum is even, given the product is even). The formula for this is\r \n" ); document.write( "\n" ); document.write( "P(sum even AND product even) / P(product even)\r \n" ); document.write( "\n" ); document.write( "we toss three times, which means 8 total possible outcomes. Of those 8, the product is even 7 times and the sum is even 4 times. You can easily create a table for these.\r \n" ); document.write( "\n" ); document.write( "(i) the product AND sum are even 4 times \n" ); document.write( "(ii) the product is even by itself 7 times.\r \n" ); document.write( "\n" ); document.write( "We have (4/8) / (7/8) = 4/7 which appears to be choice [ C ]. \n" ); document.write( " |