document.write( "Question 1196847: Many board games involve a roll of two six-sided dice to see how far you may move your pieces. \r
\n" );
document.write( "\n" );
document.write( "a) What is the probability of rolling a 9?\r
\n" );
document.write( "\n" );
document.write( "b) What is the probability of rolling doubles? \n" );
document.write( "
Algebra.Com's Answer #829858 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Total number of possible outcomes: 6 possible outcomes on each die, so 6*6 = 36. \n" ); document.write( "Ways to get a 9: 6+3, 5+4, 4+5, 3+6. (4) \n" ); document.write( "Ways to get doubles: 1+1, 2+2, 3+3, 4+4, 5+5, 6+6. (6) \n" ); document.write( "Basic definition of probability: (# of good outcomes) divided by (total # of possible outcomes) \n" ); document.write( "ANSWERS: \n" ); document.write( "P(9) = 4/36 = 1/9 \n" ); document.write( "P(doubles) = 6/36 = 1/6 \n" ); document.write( " \n" ); document.write( " |