document.write( "Question 869049: When two fair six-sided dice are rolled, there are 36 possible outcomes. Find the probability that either doubles are rolled or the sum of the two dice is 8. \n" ); document.write( "
Algebra.Com's Answer #524026 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 6 outcomes that are doubles 1,1 2,2 3,3, 4,4 5,5 6,6
\n" ); document.write( "There are 5 outcomes that sum to 8. 2,6 3,5 4,4 5,3 6,2
\n" ); document.write( "There is 1 outcome that satisfies both. 4,4
\n" ); document.write( "So
\n" ); document.write( "\"P=6%2F36%2B5%2F36-1%2F36\"
\n" ); document.write( "\"P=10%2F36\"
\n" ); document.write( "\"P=5%2F18\"
\n" ); document.write( "
\n" ); document.write( "
\n" );