document.write( "Question 1188880: A family has two cars. During one particular week, the first car consumed 30 gallons of gas and the second consumed 35 gallons of gas. The two cars drove a combined total of 2425 miles, and the sum of their fuel efficiencies was 75 miles per gallon. What were the fuel efficiencies of each of the cars that week? \n" ); document.write( "
Algebra.Com's Answer #820066 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A family has two cars.
\n" ); document.write( "During one particular week, the first car consumed 30 gallons of gas and the second consumed 35 gallons of gas.
\n" ); document.write( " The two cars drove a combined total of 2425 miles, and the sum of their fuel efficiencies was 75 miles per gallon.
\n" ); document.write( " :
\n" ); document.write( "let a = distance traveled by car 1
\n" ); document.write( "let b = distance traveled by car 2
\n" ); document.write( ":
\n" ); document.write( "Two equations, arrange for elimination
\n" ); document.write( "\"a%2F30\" + \"b%2F35\" = 75
\n" ); document.write( "multiply by the LCD, 210, cancel the denominators
\n" ); document.write( "7a + 6b = 210 * 75
\n" ); document.write( "7a + 6b = 15750
\n" ); document.write( "and
\n" ); document.write( "a + b = 2425
\n" ); document.write( "multiply by 6
\n" ); document.write( "6a + 6b = 14550
\n" ); document.write( ":
\n" ); document.write( "7a + 6b = 15750
\n" ); document.write( "6a + 6b = 14550
\n" ); document.write( "-------------------Subtraction eliminates b, find
\n" ); document.write( "a = 1200 mi driven by the 1st car
\n" ); document.write( "then
\n" ); document.write( "2425 - 1200 = 1225 mi driven by the 2nd car
\n" ); document.write( ":
\n" ); document.write( "\"What were the fuel efficiencies of each of the cars that week?\"
\n" ); document.write( "1200/30 = 40 mpg for the 1st car
\n" ); document.write( "and
\n" ); document.write( "1225/35 = 35 mpg for the 2nd car
\n" ); document.write( "
\n" ); document.write( "
\n" );