document.write( "Question 454591: 10 people are going on a camping trip in 3 cars that hold 5,2, and 4 passengers, respectively. How many ways is it possible to transport the 10 people to their campsite? \n" ); document.write( "
Algebra.Com's Answer #312133 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
I'll let you do the calculations
\n" ); document.write( "5 seater has only 4 people : 10C4 * 6C4 * 2C2
\n" ); document.write( "4 seater has only 3 people : 10C5 * 5C3 * 2C2
\n" ); document.write( "2 seater has only 1 person : 10C5 * 5C4 * 1C1
\n" ); document.write( "ADD the three results for the answer.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );