document.write( "Question 28493: PLEASE HELP ASAP: In a family there are two cars. In a given week, the first car gets an average of 30 miles per gallon, and the second car gets 25 miles per gallon. The two cars combined drive a total of 1700 miles in that week, for a total gas consumption of 60 gallons. How many gallons were consumed by each of the two cars that week? Thank you very much \n" ); document.write( "
Algebra.Com's Answer #15483 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! combined miles travelled = (1st car mpg x gals used) + (2nd car mpg x gals used) \n" ); document.write( "let x = gallons used by 1st car. (60 - x)= gallons used by 2nd car \n" ); document.write( "1700 = 30x + 25(60 - x) \n" ); document.write( "200 = 5x \n" ); document.write( "x = 40 \n" ); document.write( "(60 - x) = 20 \n" ); document.write( "check \n" ); document.write( "1700 = 30 x 40 + 25 x 20 \n" ); document.write( "1700 = 1200 + 500 \n" ); document.write( "1700 = 1700 \n" ); document.write( "OK \n" ); document.write( " |