document.write( "Question 247211: In a family there are two cars. The sum of the average miles per gallon obtained by the two cars in a particular week is 50 . The first car has consumed 25 gallons during that week, and the second has consumed 30 gallons, for a total of 1400 miles driven by the two cars combined. What was the average gas mileage obtained by each of the two cars in that week? \n" ); document.write( "
Algebra.Com's Answer #180389 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let a =mpg one car and b= mpg the other
\n" ); document.write( "(a+b)=50
\n" ); document.write( "b=50-a
\n" ); document.write( "25a+30(50-a)=1400\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );