document.write( "Question 561684: How many different ways can 10 students be seated in 10 different seats? \r
\n" );
document.write( "\n" );
document.write( "How do I know which method to use? \n" );
document.write( "
Algebra.Com's Answer #364341 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many different ways can 10 students be seated in 10 different seats? \n" ); document.write( "How do I know which method to use? \n" ); document.write( "--- \n" ); document.write( "Just think of doing it. \n" ); document.write( "ten choices on the 1st seat \n" ); document.write( "9 choices on the 2nd seat \n" ); document.write( "8 choices on the 3rd seat. \n" ); document.write( "etc. \n" ); document.write( "--- \n" ); document.write( "Ans: 10! = 3,628,800 ways \n" ); document.write( "----- \n" ); document.write( "Hint: On most of these \"selection\" problems \n" ); document.write( "you have to think of doing the selections \n" ); document.write( "one at a time. You can't just think of 10 \n" ); document.write( "people walking into a room with 10 chairs \n" ); document.write( "and sitting down. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |