document.write( "Question 479014: If two fair dice are rolled, what is the probability of the sum being at least 10? \n" ); document.write( "
Algebra.Com's Answer #328229 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If two fair dice are rolled, what is the probability \n" ); document.write( "of the sum being at least 10? \n" ); document.write( "Ways to get 10: 4/6 ;5/5 ;6/4 \n" ); document.write( "Ways to get 11: 5/6 ; 6/5 \n" ); document.write( "Ways to get 12: 6/6 \n" ); document.write( "----- \n" ); document.write( "P(sum >= 10) = 6/36 = 1/6 \n" ); document.write( "============================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |