document.write( "Question 1028839: if there is 8 empty seats on a bus and 5 people get on how many possible ways can they be seated? \n" ); document.write( "
Algebra.Com's Answer #643889 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "if there are 8 empty seats on a bus and 5 people get on how many possible ways can they be seated? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "This is a problem of permutation, i.e. the number of possible arrangements (order counts) choosing 5 objects (seats) out of 8. \n" ); document.write( "This is how it works: \n" ); document.write( "The first person that gets on has 8 choices of seats. \n" ); document.write( "The second person that gets on has 7 seats left. \n" ); document.write( "... \n" ); document.write( "The fifth person that get on has 4 seats to choose from. \n" ); document.write( "This being a five-step experiment, we multiply the number of steps of each step, namely, \n" ); document.write( "number of arrangements = 8*7*6*5*4 = 6720. \n" ); document.write( " \n" ); document.write( "Once we identify the problem as permutation (of 5 out of 8), we can use the familiar formula \n" ); document.write( "number of arrangements = nPr = 8P5 = 8!/(8-5)! = 40320/120 = 6720 as before. \n" ); document.write( " |