document.write( "Question 390909: your family is taking a trip. you begin with 16 gallons of gas in the fuel tank. your car uses 3 gallons of gasoline per hour. you will stop to refuel when there is exactly 1 gallon of gasoline left in the tank. After how many hours will you need to stop to refuel \n" ); document.write( "
Algebra.Com's Answer #277875 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let x = number of hours before refueling. \n" ); document.write( "Then 3x + 1 = 16 ==> 3x = 15 ==> x = 5 hours. \n" ); document.write( " \n" ); document.write( " |