document.write( "Question 74589: Tweo six sided dice are tossed. Find the probability that the sum is 2 or 12. \n" ); document.write( "
Algebra.Com's Answer #53558 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
There are 6^2 possibilities or 36 different ways ....
\n" ); document.write( "Minimum -> 2 by (1,1)
\n" ); document.write( "Maximum -> 12 (6,6)
\n" ); document.write( "1/36 chance of getting a sum of 2
\n" ); document.write( "or
\n" ); document.write( "1/36 chance of getting a sum of 12
\n" ); document.write( "1/36 + 1/36 = 2/36 = 1/18
\n" ); document.write( "
\n" );