document.write( "Question 39272: A pair of 8 sided dice have sides numbered 1 through 8. Each side has the same probability of landing face up. Find the probability that the product of the 2 numbers on the sides that land face up exceeds 36. \n" ); document.write( "
Algebra.Com's Answer #24713 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
I get 10/64 or 5/32 for an answer.
\n" ); document.write( "The combinations of die numbers that ass up to greater than 36 are:
\n" ); document.write( "die 1: 7
\n" ); document.write( "die 2: 6 or 7 or 8
\n" ); document.write( "-----------------------
\n" ); document.write( "die 1: 8
\n" ); document.write( "die 2: 5 or 6 or 7 or 8
\n" ); document.write( "------------------------
\n" ); document.write( "die 1: 6
\n" ); document.write( "die 2: 7 or 8
\n" ); document.write( "-----------------------
\n" ); document.write( "die 1: 5
\n" ); document.write( "die 2: 8
\n" ); document.write( "-----------------------
\n" ); document.write( "That covers all the possibilities
\n" ); document.write( "Now add them up. Whenever you want the probability, P of a OR b,
\n" ); document.write( "P = a + b.
\n" ); document.write( "There are 10 ways to get side 1 + side 2 greater than 36
\n" ); document.write( "
\n" );