document.write( "Question 429745: A person rolls a standard six-sided die 10 times. In how many ways can he get 6 fives, 3 ones, and 1 three? \n" ); document.write( "
Algebra.Com's Answer #298516 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways = 10! / [ 6! * 3! * 1!]\r \n" ); document.write( "\n" ); document.write( "= 840\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |