document.write( "Question 1189914: A family has two cars. The first car has a fuel efficiency of 35 miles per gallon of gas and the second has a fuel efficiency of 25 miles per gallon of gas. During one particular week, the two cars went a combined total of 1975 miles, for a total 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 #821418 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                      FUEL EFF.    VOLUME        DISTNANCES\r\n" );
document.write( "\r\n" );
document.write( "firstcar               35            v           35v\r\n" );
document.write( "\r\n" );
document.write( "secondcar              25           65-v         25(65-v)\r\n" );
document.write( "\r\n" );
document.write( "all                                  65            1975\r\n" );
document.write( "

\n" ); document.write( "You can figure out what this means and what to do.
\n" ); document.write( "
\n" );