document.write( "Question 701048: Suppose that 3 dice are tossed. What is the probability that the sum of the faces showing is
\n" );
document.write( "at least 17? \n" );
document.write( "
Algebra.Com's Answer #432178 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! permutation of dice where the sum of the faces is at least 17: \n" ); document.write( "(6, 6, 6) \n" ); document.write( "(6, 6, 5) \n" ); document.write( "(6, 5, 6) \n" ); document.write( "(5, 6, 6) \n" ); document.write( "There are 4 permutations out of the total \n" ); document.write( "\n" ); document.write( "Answer: |