document.write( "Question 131177: Thanks in advance for your help.
\n" ); document.write( "In how many different ways can three students be seated in a row of 5 desks?
\n" ); document.write( "

Algebra.Com's Answer #95779 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
This is a permutation question because we care about which way they are arranged.
\n" ); document.write( "nPr= n!/(n-r)!
\n" ); document.write( "5P3=5!/(5-3)!
\n" ); document.write( "=5*4*3*2/2
\n" ); document.write( "=5*4*3
\n" ); document.write( "=60
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );