document.write( "Question 841648: If my car gets 30 miles to a gallon and I need to go 441 miles how many gallons of gas will it take to get there at 75 miles an hour? \n" ); document.write( "
Algebra.Com's Answer #507091 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let g = number of gallons\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(miles per gallon)*(number of gallons) = number of miles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30*g = 441\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g = 441/30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g = 14.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Rounding up, it will take roughly 15 gallons of gas. \n" ); document.write( " |