document.write( "Question 841513: How many different ways can 4 people be seated in a car with 7 seats?
\n" ); document.write( "(Assume that one person has to drive.)\r
\n" ); document.write( "\n" ); document.write( "This problem has been frustrating me for the past 10 minutes. It looks so simple yet I can't get it.
\n" ); document.write( "

Algebra.Com's Answer #507073 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
my best guess is as follows:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "driver's seat has 4 possibilities because there are 4 people and one of them has to be in the driver's seat.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that leaves 6 seats for 3 people.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "looking at the first of the 6 seats, there are 3 choices there because there are 3 people left to choose that seat.
\n" ); document.write( "looking at the second of the 6 seats, there are 2 choices there because there are 2 people left to choose that seat.
\n" ); document.write( "looking at the third seat, there is 1 choice left there because there is one person looking for that seat.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so far you have 4 * 3! possibilities which is equal to 4 * 3 * 2 * 1 = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "now if you look at the 6 seats that aren't the driver's seat, only 3 out of the 6 have been chosen.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that, i believe, gets into how many sets of 3 can you make out of 6 where order is not important which is the combination formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that formula is 6C3 = (6*5*4) / (1*2*3) which results in 20 possible combinations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your total number of possibilities is equal to 24 * 20 which would be equal to 480 possible arrangements.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is extremely difficult to visualize.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i used much smaller examples to confirm the formula was reasonable.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i'll do one of them so you can see the logic i used.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "assume 4 seats with 3 people.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "number of possible choices for the driver's seat is 3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that leaves 3 seats to be filled with the 2 remaining people.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the first seat has 2 choices and the second seat has 1 choice.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so far you have 3 * 2 * 1 = 6 possible choices.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since there are 3 seats and only 2 of them can be used at a time, the possible combinations of 2 seats at a time from 3 seats is 3C2 which is equal to 3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution should be 6 * 3 = 18 possible ways the seats can be filled.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is a big number but not that big that we can't confirm that the formula gave us the correct answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i'll do that below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "                         driver seat    seat 1     seat 2     seat 3\r\n" );
document.write( "\r\n" );
document.write( "people are a, b, c\r\n" );
document.write( "x is the empty seat\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "1                             a            b          c          x\r\n" );
document.write( "2                             a            c          b          x\r\n" );
document.write( "3                             a            b          x          c\r\n" );
document.write( "4                             a            c          x          b\r\n" );
document.write( "5                             a            x          b          c\r\n" );
document.write( "6                             a            x          c          b\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "this is the first set with a in the driver's seat.\r\n" );
document.write( "the second set will have b in the driver's seat.\r\n" );
document.write( "the third set will have c in the driver's seat.\r\n" );
document.write( "the total should be 18.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "i'll do the second set of 6 so you can see how it works.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "7                             b            a          c          x\r\n" );
document.write( "8                             b            c          a          x\r\n" );
document.write( "9                             b            a          x          c\r\n" );
document.write( "10                            b            c          x          a\r\n" );
document.write( "11                            b            x          a          c\r\n" );
document.write( "12                            b            x          c          a\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "another 6 possible combinations will result from placing c in the driver's seat.\r
\n" ); document.write( "\n" ); document.write( "the total is 18.\r
\n" ); document.write( "\n" ); document.write( "the formula checks out.\r
\n" ); document.write( "\n" ); document.write( "i used it with 5 seats and believe it worked there as well unless i made a mistake.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's why i think it's good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so we'll do your problem again just to make sure it was calculated correctly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 7 seats and 4 people.
\n" ); document.write( "number of possible ways to fill the driver's seat is 4.
\n" ); document.write( "number of possible ways to fill the first 3 seats is 3! = 6.
\n" ); document.write( "only 3 of the 6 seats are filled.
\n" ); document.write( "number of possible ways to fill the 6 seats 3 at a time is 6C3 = 20.
\n" ); document.write( "total number of ways is 4 * 6 * 20 = 480.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "without doing an exhaustive investigation i'm pretty sure the solutions is good.
\n" ); document.write( "if you agree, then that's the way to go.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );