document.write( "Question 473509: Dear math teacher, \r
\n" );
document.write( "\n" );
document.write( "I am having difficulites solving the following math problem: \r
\n" );
document.write( "\n" );
document.write( "In how many ways can 9 different prizes be awarded to two students so that one receives 3 and the other 6? \r
\n" );
document.write( "\n" );
document.write( "So far, I got two answers but they are incorrect. The correct answer is 168. \r
\n" );
document.write( "\n" );
document.write( "Here is what I did so far:
\n" );
document.write( "First, I said to myself, this might be done this way: Permutation = 9 factorial divided by (3 factorial times 6 factorial) and that equals to 84. However, that's not the right answer. So then, I calculated: Permutation of 9 things taken 3 at a time TIMES Permution of 6 things taken 6 at time = 82.080. However, it's not the right answer either. \r
\n" );
document.write( "\n" );
document.write( "Would you please help me solve this problem? Thank you so much. \r
\n" );
document.write( "\n" );
document.write( "Yours, \r
\n" );
document.write( "\n" );
document.write( "I. \n" );
document.write( "
Algebra.Com's Answer #324724 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In how many ways can 9 different prizes be awarded to two students so that one receives 3 and the other 6? \n" ); document.write( "---- \n" ); document.write( "# of ways to pick a student: 2 \n" ); document.write( "# of ways to give 3 prizes to that student: 9C3 = 84 \n" ); document.write( "# of ways to give 6 prizes to the \"other\" student: 1 \n" ); document.write( "----- \n" ); document.write( "Note: The \"other\" students automatically get the remaining 6 prizes. \n" ); document.write( "------- \n" ); document.write( "Ans: 2*84*1 = 168 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |