document.write( "Question 857221: Jack will roll two number cubes labeled 1 to 6. What is the probability that jack will roll a sum greater than 5?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #516771 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Look at the 36 possible outcomes and their sums. \n" ); document.write( "2=1,1 \n" ); document.write( "3=1,2 2,1 \n" ); document.write( "4=1,3 2,2 3,1 \n" ); document.write( "5=1,4 2,3 3,2 4,1 \n" ); document.write( "6=1,5 2,4 3,3 4,2 5,1 \n" ); document.write( "7=1,6 2,5 3,4 4,3 5,2 6,1 \n" ); document.write( "8=2,6 3,5 4,4 5,3 6,2 \n" ); document.write( "9=3,6 4,5 5,4 6,3 \n" ); document.write( "10=4,6 5,5 6,4 \n" ); document.write( "11=5,6 6,5 \n" ); document.write( "12=6,6 \n" ); document.write( "There are 26 sums greater than 5. \n" ); document.write( " |