document.write( "Question 1007229: you roll two 6-sided number cubes. what are the chances the sum of the roll will be 7? \n" ); document.write( "
Algebra.Com's Answer #623194 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! There are six possible ways to get a total of seven: \n" ); document.write( "1-6 \n" ); document.write( "2-5 \n" ); document.write( "3-4 \n" ); document.write( "4-3 \n" ); document.write( "5-2 \n" ); document.write( "6-1 \n" ); document.write( "out of thirty-six possible ways. Thus the odds of rolling a seven are \n" ); document.write( "6/36 or 1/6. \n" ); document.write( " |