document.write( "Question 443056: a pair of dice is rolled and the sum of the dice is found. what is the probability of rolling a 7 \n" ); document.write( "
Algebra.Com's Answer #305607 by swincher4391(1107) You can put this solution on YOUR website! There are 36 different combinations that you can get by rolling dice.\r \n" ); document.write( "\n" ); document.write( "The only way you can get 7 is\r \n" ); document.write( "\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\r \n" ); document.write( "\n" ); document.write( "Which is 6 different combinations.\r \n" ); document.write( "\n" ); document.write( "6/36 = 1/6\r \n" ); document.write( "\n" ); document.write( "You have a |