document.write( "Question 21485: when you roll a pair of dice what is the probability of a sum of 7 \n" ); document.write( "
Algebra.Com's Answer #10368 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! First answer the question, how many possible outcomes when I roll a pair \n" ); document.write( "of dice? \n" ); document.write( "One die alone can come up 6 ways (6 faces on a cube) \n" ); document.write( "Each of those 6 outcomes can be combined with 6 possible outcomes \n" ); document.write( "for the other die. \n" ); document.write( "That is 6x6 possible outcomes, or 36 \n" ); document.write( "How many ways can I make 7 with the pair of dice? \n" ); document.write( "For each of the faces of one die, 1,2,3,4,5,6 there is one and only one \n" ); document.write( "face of the other die that will make the sum 7 \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( "These are 6 different combinations \n" ); document.write( "There is a 6/36 or 1/6 chance of rolling a 7 for perfect dice \n" ); document.write( " |