document.write( "Question 473196: Three indistinguishable dice are rolled at the same time, and three numbers are noted(without regard to order.) how many different outcomes are possible? [ consider three cases: the numbers are all different; two of the numbers are the same and the other is different, and all three are equal]
\n" );
document.write( "a. 216
\n" );
document.write( "b. 41
\n" );
document.write( "c. 186
\n" );
document.write( "d. 56
\n" );
document.write( "e. 120 \n" );
document.write( "
Algebra.Com's Answer #324927 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! [ consider three cases: the numbers are all different; two of the numbers are the same and the other is different, and all three are equal] \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "If the three numbers are all different: C(6,3) = 20\r\n" ); document.write( "If two of the numbers are the same and the other is different: 6*5 = 30 ways\r\n" ); document.write( "If all three are equal: 6 ways\r\n" ); document.write( "\r\n" ); document.write( "Answer 20+30+6 = 56\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |