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 #24709 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Number of Ways to Get More than 36: \n" ); document.write( "5:8 \n" ); document.write( "6:7 \n" ); document.write( "6:8 \n" ); document.write( "7:6 \n" ); document.write( "7:7 \n" ); document.write( "7:8 \n" ); document.write( "8:5 \n" ); document.write( "8:6 \n" ); document.write( "8:7 \n" ); document.write( "8:8 \n" ); document.write( "There are eight different ways to achieve this: \n" ); document.write( "10/(8*8) \n" ); document.write( "(5/32) \n" ); document.write( " |