document.write( "Question 755074: My morning class has 20 students, I want to randomly select 3 students to assign grades in such a way that the first student will receive an A, the second a B, and the third a C. How many possible combinations of students can assign these grades to?
\n" );
document.write( "1. 20c3
\n" );
document.write( "2. 20!*3!
\n" );
document.write( "3. 20^3
\n" );
document.write( "4. 20P3
\n" );
document.write( "I think its either 1 or 4. \n" );
document.write( "
Algebra.Com's Answer #459489 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! My morning class has 20 students, I want to randomly select 3 students to assign grades in such a way that the first student will receive an A, the second a B, and the third a C. How many possible combinations of students can assign these grades to? \n" ); document.write( "Ans: 20C3 = (20*19*18)/(1*2*3) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( "1. 20c3 \n" ); document.write( "2. 20!*3! \n" ); document.write( "3. 20^3 \n" ); document.write( "4. 20P3 \n" ); document.write( " \n" ); document.write( " |