document.write( "Question 658940: Samuel has found that his new car gets 37 miles per gallon on the highway and 30 miles per gallon in the city. He recently drove 365 miles on 11 gallons of gasoline. How many miles did he drive on the highway? How many miles did he drive in the city? \n" ); document.write( "
Algebra.Com's Answer #410564 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 37 mpg highway \n" ); document.write( "30 mpg city. \n" ); document.write( "drove 365 miles \n" ); document.write( "consumed 11 gallons. \n" ); document.write( "average mileage is 365/11 = 33.18181818 mpg overall average. \n" ); document.write( "let x represent number of city gallons consumed. \n" ); document.write( "let y represent number of highway gallons consumed. \n" ); document.write( "you get the following equation: \n" ); document.write( "x + y = 11 \n" ); document.write( "since he is getting 37 miles per gallon of x and 30 miles per gallon of y, then the total highway and city miles traveled would be found by the following equation: \n" ); document.write( "37x + 30y = 365 \n" ); document.write( "you have 2 equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "x + y = 11 \n" ); document.write( "37x + 30y = 365 \n" ); document.write( "multiply both sides of the first equation by 30 to get: \n" ); document.write( "30x + 30y = 330 \n" ); document.write( "subtract 30x + 30y = 330 from 37x + 30y = 365 to get: \n" ); document.write( "7x = 35 \n" ); document.write( "solve for x to get x = 5 \n" ); document.write( "since x + y = 11, this means that y = 6 \n" ); document.write( "he consumed 5 gallons in highway driving and 6 gallons in city driving. \n" ); document.write( "he drove 37 * 5 = 185 miles on the highway \n" ); document.write( "he drove 30 * 6 = 180 miles in the city. \n" ); document.write( "total miles is 185 + 180 = 365 which was the total miles he drove. \n" ); document.write( "total gallons is 5 + 6 = 11 \n" ); document.write( "his average miles per gallon became 365/11 = 33.18181818 which is equivalent to 33 + 2/11 miles per gallon.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |