SOLUTION: in how many ways can 10 children be seated in a row of 5

Algebra ->  Permutations -> SOLUTION: in how many ways can 10 children be seated in a row of 5      Log On


   



Question 906386: in how many ways can 10 children be seated in a row of 5
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
Suppose we label the seats seat 1, seat 2, seat 3, seat 4, and seat 5.

We can choose the child for seat 1 any of 10 ways.

For each of those 10 ways we can choose the child for the
seat 1, there are 9 children left to choose to sit in
seat 2.

That's 10*9 or 90 ways to choose children to sit in seats
1 and 2.

For each of those 10*9 or 90 ways we can choose the children
for seats 1 and 2, there are 8 children left to choose to 
sit in seat 2.

That's 10*9*8 or 720 ways to choose children to sit in seats
1, 2 and 3.


For each of those 10*9*8 or 720 ways we can choose the children
for seats 1, 2 and 3, there are 7 children left to choose to 
sit in seat 4.

That's 10*9*8*7 or 5040 ways to choose children to sit in seats
1, 2, 3 and 4. 

For each of those 10*9*8*7 or 5040 ways we can choose the children
for seats 1, 2, 3, and 4 there are 6 children left to choose to 
sit in seat 5.

That's 10*9*8*7*6 or 30240 ways to choose children to sit in 
seats 1, 2, 3, 4 and 5.

That's the permutations of 10 things taken 5 at a time or

"10 position 5" or P(10,5) = 10*9*8*7*6 = 30240.

Edwin