document.write( "Question 1180010: A family has two cars. the first car has a fuel efficiency of 25 miles per gallon of gas and the second has a fuel efficiency of 15 miles per gallon of gas. during one particular week, the two cars went a combined total of 1325 miles, for a gas consumption of 65 gallons. How many gallons were consumed by each of the two cars that week? \n" ); document.write( "
Algebra.Com's Answer #809578 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\"%28fuelefficiency%29%28volume%29=distance\"\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "               Efficiency     Volume        DISTANCES\r\n" );
document.write( "\r\n" );
document.write( "onecar            25            v            25v\r\n" );
document.write( "\r\n" );
document.write( "secondcar         15          65-v           15(65-v)\r\n" );
document.write( "\r\n" );
document.write( "totals                         65             1325\r\n" );
document.write( "

\n" ); document.write( "Can you see what to do?
\n" ); document.write( "
\n" );