document.write( "Question 925726: two dice are rolled together and the product of the two numbers is found. construct a sample space diagram and find the probability that the product is a multiple of 3.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561711 by ewatrrr(24785) You can put this solution on YOUR website! __1__2__3__4__5__6 \n" ); document.write( "1|_1__2__3__4__5__6 \n" ); document.write( "2|_2__4__6__8_10_12 \n" ); document.write( "3|_3__6__9_12_15_18 \n" ); document.write( "4|_4__8_12_16_20_24 \n" ); document.write( "5|_5__10_15_20_25_30 \n" ); document.write( "6|_6__12_18_24_30_36 \n" ); document.write( "P(product is a multiple of 3) = 1 - P(not) = 1 - 14/36 (recount) \n" ); document.write( " |