document.write( "Question 1074700: The senior classes at High School A and High School B planned separate trips to New York City. The senior class at High School A rented and filled 2 vans and 4 buses with 214 students. High School B rented and filled 4 vans and 5 buses with 281 students. Every van had the same number of students in it as did the buses. How many students can a van carry? How many students can a bus carry? \n" ); document.write( "
Algebra.Com's Answer #689626 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let v be for vans , and b be for buses. Then:
\n" ); document.write( "2v+4b=214
\n" ); document.write( "4v+5b=281
\n" ); document.write( "So:
\n" ); document.write( "4v+8b=428
\n" ); document.write( "4v+5b=281
\n" ); document.write( "3b=147
\n" ); document.write( "b=49
\n" ); document.write( "v=9
\n" ); document.write( "Each bus carries 49 students; each van carries 9. ☺☺☺☺
\n" ); document.write( "
\n" );