document.write( "Question 847202: Two dice are thrown once. Find the probability of getting a multiple of 3 on the first die or a total of 8. \n" ); document.write( "
Algebra.Com's Answer #510255 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
P[multiple of 3 on the first die] = 1/3
\n" ); document.write( "ways to get a total of 8:\r
\n" ); document.write( "\n" ); document.write( "(2,6)
\n" ); document.write( "(3,5)
\n" ); document.write( "(4,4)
\n" ); document.write( "(5,3)
\n" ); document.write( "(6,2)\r
\n" ); document.write( "\n" ); document.write( "So 5/36 ways to sum to 8.\r
\n" ); document.write( "\n" ); document.write( "Notice that our roll of (3,5) is being counted in both cases so we must subtract it once. \r
\n" ); document.write( "\n" ); document.write( "Putting it all together:
\n" ); document.write( "P[multiple of 3 on first, sum to 8] = 1/3 + 5/36 - 1/36 = 4/9\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );