document.write( "Question 1068350: Two fair six-sided dice are rolled.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that the sum of the numbers rolled is either 7 or 11? \n" );
document.write( "
Algebra.Com's Answer #683569 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There are 36 ways the dice come up, 6 for each die \n" ); document.write( "6 ways have a sum of 7:1-6,2-5,4-3 and reverse \n" ); document.write( "2 ways have a sum of 11:2-1, 1-2 \n" ); document.write( "That is 8/36 or 2/9. \n" ); document.write( " |