document.write( "Question 415897: A car can be rented from basic rental for $60 per week plus 50 cents for each mile driven. How many miles can you travel if you can spend at most $600 for the week? \n" ); document.write( "
Algebra.Com's Answer #291527 by Gogonati(855)![]() ![]() You can put this solution on YOUR website! Solution:x miles is the distance traveled per one week; 60x+0.5x is the money spend per week: 60x+0.5x<600: 60.5x<600; x<9.9 You must travel less than 10 miles per week. \n" ); document.write( " |