document.write( "Question 362412: The senior class at high school A rented and filled 1 van and 6 buses with 372 students. High school B rented and filled 4 vans and 12 buses with 780 students. Each van and each bus carried the same number of students. How many students can a van carry? How many students can a bus carry? \n" ); document.write( "
Algebra.Com's Answer #258273 by mananth(16946) You can put this solution on YOUR website! let van carry x students \n" ); document.write( "bus carry y students \n" ); document.write( "School A = x+6y=372...............1 \n" ); document.write( "School B = 4x+12y=780.............2 \n" ); document.write( ".. \n" ); document.write( "multiply equation 1 by -2 \n" ); document.write( "-2x-12y=-744 \n" ); document.write( "add this equation to 2 \n" ); document.write( "2x=36 \n" ); document.write( "x= 18 capacity of van \n" ); document.write( "plug value of x in equation 1 \n" ); document.write( "18+6y=372 \n" ); document.write( "6y=372-18 \n" ); document.write( "6y=354 \n" ); document.write( "y=59 capacity of bus \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |