document.write( "Question 890830: Bob and Doug are filling up a 1140 gallon water container with buckets. Together, it took them 300 trips to fill the container. If Bob can carry 5 gallons per trip and Doug can carry 3 gallons per trip, how many trips does each one make?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #539322 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! x how many trips Bob makes \n" ); document.write( "y how many trips Doug makes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Account for trips: x+y=300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Account for water volume: 5x+3y=1140.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Two equations in two unknowns, solve any way you want. Suggestion is multiply the trip account equation by 3, and use elimination to start with. \n" ); document.write( " |