document.write( "Question 1098792: When 3 dice are thrown, the probability of getting a sum of 3 is
\n" );
document.write( " A.
\n" );
document.write( "1/6
\n" );
document.write( " B.
\n" );
document.write( "1/216
\n" );
document.write( " C.
\n" );
document.write( "1/36
\n" );
document.write( " D.
\n" );
document.write( "1/120
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #713178 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! There are 6 possible outcomes for each die, so the total number of outcomes for three dice (in which order matters) is 6*6*6=216. \n" ); document.write( "There is only one way to get a sum of 3: 1 on each of the three dice. \n" ); document.write( "So the probability of getting a sum of 3 is 1/216. \n" ); document.write( " |