document.write( "Question 1039793: Ten students apply for the position of grader in mathematics. one grader is to be assigned to each of four teachers. In how many different ways can the assignment of graders be if no student grades for two teachers? \n" ); document.write( "
Algebra.Com's Answer #654547 by Aldorozos(172)\"\" \"About 
You can put this solution on YOUR website!
It is a permutation. Let's assum we have four seats and we have 12 students. How many ways these students can be seated.
\n" ); document.write( "One way is 1234, another is 1243, another 1235 and so on.
\n" ); document.write( "The formula for this is n!/(n-r)!
\n" ); document.write( "12!/(12-4)! = 12*11*10*9*8!/8!= 12*11*10*9
\n" ); document.write( "
\n" );