document.write( "Question 384341: You will travel with three cars that hold 2,4, and 5 people. Find the number of possible ways to allocate 10 people to 3 cars that each car has at least one person in it. Allocate to the cars only, not to the seats. \n" ); document.write( "
Algebra.Com's Answer #272104 by thinktank.experts(5)\"\" \"About 
You can put this solution on YOUR website!
2c1*4c4*5c5=2*1*1=2 ways.... \n" ); document.write( "
\n" );