document.write( "Question 658840: Renting a car:
\n" ); document.write( " A car rental company charges $46 in insurance and other fees, a daily rate of
\n" ); document.write( "$7 and a mileage rate of 21 cents a mile. You have a budget of $200 and need to complete a
\n" ); document.write( "total of 500 miles on various trips. What is the maximum number of days you can afford to
\n" ); document.write( "spend completing your travel?
\n" ); document.write( "

Algebra.Com's Answer #410486 by kevwill(135)\"\" \"About 
You can put this solution on YOUR website!
The mileage charge for the 500 miles will be 500 * 0.21 = $105.00.
\n" ); document.write( "The insurance charge and other fees will be $46.00.\r
\n" ); document.write( "\n" ); document.write( "The total of mileage and insurance is $105.0 + $46.00 = $151.00.\r
\n" ); document.write( "\n" ); document.write( "Since your total budget is $200, you will have $200.00 - $151.00 = $49.00 left for the daily rate. That means you have $49.00/$7.00 = 7 days to complete your travel.
\n" ); document.write( "
\n" ); document.write( "
\n" );