document.write( "Question 359730: All 208 freshmen at a school went on a feild trip. For transportation, buses that each hold 64 students and vans that each hold 8 students were used. Every bus and van was completely filled, and there were 5 vehicles used. How many buses and vans were used? \n" ); document.write( "
Algebra.Com's Answer #256728 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Let x represent the number of buses. then 5-x would be the number of vans
\n" ); document.write( "64*x + 8(5-x) = 208
\n" ); document.write( "64x + 40 - 8x = 208
\n" ); document.write( "56x = 168
\n" ); document.write( "x = 3 buses and 2 vans
\n" ); document.write( "checking our answer
\n" ); document.write( "3*64 + 2*8 = 208 \n" ); document.write( "
\n" );