document.write( "Question 1038454: The charge to rent a car is 37 dollars per day plus $0.25 per mile. Charles has budgeted $350 to rent a car for s short vacation which he plans to complete in three days. What is the maximum number of miles he can drive without exceeding his budget? \n" ); document.write( "
Algebra.Com's Answer #653163 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the charge to rent the car is 37 dollars per day plus .25 per mile.
\n" ); document.write( "the maximum amount of money available to spend is 350 dollars.
\n" ); document.write( "the vacation will take 3 days.
\n" ); document.write( "let x = the number of miles.
\n" ); document.write( "equation becomes 350 >= 37*3 + .25*x
\n" ); document.write( "simplify to get 350 >= 111 + .25*x
\n" ); document.write( "subtract 111 from both sides to get 350 - 111 >= .25*x
\n" ); document.write( "simplify to get 239 >= .25*x
\n" ); document.write( "divide both sides by .25 to get 239/.25 >= x
\n" ); document.write( "solve for x to get x <= 956 miles.
\n" ); document.write( "he can travel up to 956 miles in 3 days and still be within his budget limit of 350 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );