document.write( "Question 1009841: Say a teacher has a class of 16 students, if she wanted to assign 5 A's, 4 B's, 3 C's, 4 D's and 1 E to the students. How many different combinations of student names can be assigned to the set of letter grades \n" ); document.write( "
Algebra.Com's Answer #625320 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Say a teacher has a class of 16 students, if she wanted to assign 5 A's, 4 B's, 3 C's, 4 D's and 1 E to the students. How many different combinations of student names can be assigned to the set of letter grades
\n" ); document.write( "===
\n" ); document.write( "A's:: 16C5 names
\n" ); document.write( "B's:: 16C4 names
\n" ); document.write( "etc.
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );