document.write( "Question 1197527: An experiment consists of rolling two fair (not weighted) dice and adding the dots on the two sides facing up. Each die has the number 1 on two opposite faces, the number 2 on two opposite faces, and the number 3 on two opposite faces. Compute the probability of obtaining the indicated sum.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #830848 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The only numbers on the dice are 1, 2, and 3; there are 2 of each number on each die, so the probability of each number on each die is 1/3. Note the information that the two 1's are on opposite faces, as are the two 2's and the two 3's, is not relevant to the question. \n" ); document.write( "Since the probability of each number on each die is 1/3, the probability of any particular ordered outcome is (1/3)(1/3)=1/9. \n" ); document.write( "Your post did not indicate a particular sum; but since there are not many possible sums it is easy to calculate the probability of each. \n" ); document.write( "sum of 2: \n" ); document.write( "1+1; number of outcomes with this sum: 1 \n" ); document.write( "probability(sum of 2) = 1(1/9) = 1/9 \n" ); document.write( "sum of 3: \n" ); document.write( "1+2 or 2+1; number of outcomes with this sum: 2 \n" ); document.write( "probability(sum of 3) = 2(1/9) = 2/9 \n" ); document.write( "sum of 4: \n" ); document.write( "1+3, 2+2, or 3+1; number of outcomes with this sum: 3 \n" ); document.write( "probability(sum of 4) = 3(1/9) = 3/9 = 1/3 \n" ); document.write( "sum of 5: \n" ); document.write( "2+3 or 3+2; number of outcomes with this sum: 2 \n" ); document.write( "probability(sum of 5) = 2(1/9) = 2/9 \n" ); document.write( "sum of 6: \n" ); document.write( "3+3; number of outcomes with this sum: 1 \n" ); document.write( "probability(sum of 6) = 1(1/9) = 1/9 \n" ); document.write( " \n" ); document.write( " |