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)\"\" \"About 
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 \"C%282%2C2%29\" is not needed -- but showing it makes the complete process more clear.

\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( "\"16%21%2F%28%282%21%29%286%21%29%283%21%29%282%21%29%283%21%29%29=201801600\"

\n" ); document.write( "
\n" ); document.write( "
\n" );