document.write( "Question 1111355: a company uses 2 vans to transport workers from a free parking lot to the workplace between 7:00 and 9:00 a.m. one van has 14 more seats than the other. the smaller van makes two trips every morning while the larger one makes only one trip. the two vans can transport 65 people, maximum.\r
\n" );
document.write( "\n" );
document.write( "Let x be the seats in the small van and y be the seats in the large van. How many seats does the larger van have? \n" );
document.write( "
Algebra.Com's Answer #726387 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let x be the seats in the small van \n" ); document.write( "and y be the seats in the large van. \r \n" ); document.write( "\n" ); document.write( "y-x=14 \n" ); document.write( "2x+y=65 \n" ); document.write( "subtract the two equations \n" ); document.write( "-3x=-51 \n" ); document.write( "x=17 \n" ); document.write( "y=31 \n" ); document.write( " |