document.write( "Question 455335: This is a tough one: A family has two cars. The first car gets 20 miles per gallon, and the second car gets 35 mpg. During one particular week, the two cars drove a combined total of 1850 miles for a total gas consumption of 70 gallons. How many gallons were consumed by each of the two cars that week? \n" ); document.write( "
Algebra.Com's Answer #312603 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A family has two cars. The first car gets 20 miles per gallon, and the second car gets 35 mpg. During one particular week, the two cars drove a combined total of 1850 miles for a total gas consumption of 70 gallons. How many gallons were consumed by each of the two cars that week?
\n" ); document.write( "--------------
\n" ); document.write( "m = miles on 1st car
\n" ); document.write( "m/20 + (1850-m)/35 = 70
\n" ); document.write( "7m + 4(1850-m) = 9800
\n" ); document.write( "7m - 4m + 7400 = 9800
\n" ); document.write( "3m = 2400
\n" ); document.write( "m = 800 miles using 40 gallons
\n" ); document.write( "-------
\n" ); document.write( "2nd car went 1050 miles used 30 gallons
\n" ); document.write( "
\n" );