document.write( "Question 742661: number of different ways 6 prizes can be distributed among 3 different students so that each receives 2 prizes \n" ); document.write( "
Algebra.Com's Answer #452612 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! number of different ways 6 prizes can be distributed among 3 different students so that each receives 2 prizes \n" ); document.write( "--- \n" ); document.write( "# of ways to pick a pair of prizes: 6C2 = 15 ways \n" ); document.write( "--- \n" ); document.write( "# of ways to give those to 3 students: 15P3 = 15*14*13 = 2730 ways \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================ \n" ); document.write( " |