document.write( "Question 1107960: two 6- sided dice are thrown. determine the numbers of a way that a score which is a multiple of 3 can be obtained \n" ); document.write( "
Algebra.Com's Answer #723010 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
there are 36 possible outcomes when two dice are rolled, namely
\n" ); document.write( ":
\n" ); document.write( "(1,1), (1,2), (1,3), (1,4), (1,5), (1,6)
\n" ); document.write( "(2,1), (2,2), (2,3), (2,4), (2,5), (2,6)
\n" ); document.write( "(3,1), (3,2), (3,3), (3,4), (3,5), (3,6)
\n" ); document.write( "(4,1), (4,2), (4,3), (4,4), (4,5), (4,6)
\n" ); document.write( "(5,1), (5,2), (5,3), (5,4), (5,5), (5,6)
\n" ); document.write( "(6,1), (6,2), (6,3), (6,4), (6,5), (6,6)
\n" ); document.write( ":
\n" ); document.write( "you did not say how the score is obtained from the dice after they are rolled
\n" ); document.write( ":
\n" ); document.write( "if we look at the sum of the two dice, then
\n" ); document.write( ":
\n" ); document.write( "(1,2), (1,5), (2,1), (2,4), (3,3), (3,6), (4,2), (4,5), (5,1), (5,4), (6,3), (6,6) have sums that are multiples of 3
\n" ); document.write( ":
\n" ); document.write( "there are a total of 12 ways to get a sum which is a multiple of 3
\n" ); document.write( ":\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );