document.write( "Question 948783: In how many ways can 14 students be seated in a row of 14 chairs if Tevin insists on sitting in the first chair? \n" ); document.write( "
Algebra.Com's Answer #579117 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! ` \n" ); document.write( "With Tevin in the first chair, we only have to count \n" ); document.write( "the arrangements of the other 13 in the other 13 chairs. \n" ); document.write( "That's 13P13 = 13! = 6227020800 ways. \n" ); document.write( " |