document.write( "Question 1204021: In how many ways can a class of 16 students be assigned 2 A's, 6 B's, 3 C's, 2 D's and 3 F's?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840025 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In solving a problem like this, it is useful to know that the different grades can be assigned in any order; the result will be the same. For example, if the grades are assigned from lowest (F) to highest (A), then the calculation is \n" ); document.write( " \n" ); document.write( "Of course the last factor \n" ); document.write( "And a third way to find the answer to the question is to count the number of different ways of arranging the 16 grades in a string: \n" ); document.write( "AABBBBBBCCCDDFFF \n" ); document.write( "By a well-known counting principle, the number of distinct arrangements of those letters is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |