SOLUTION: A car can be rented for $80 per week plus $0.25 per mile. How many miles can be driven if you have at most $130 to spend for weekly transportation?
Question 945996: A car can be rented for $80 per week plus $0.25 per mile. How many miles can be driven if you have at most $130 to spend for weekly transportation? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A car can be rented for $80 per week plus $0.25 per mile. How many miles can be driven if you have at most $130 to spend for weekly transportation?
-----
Solve::
80 + 0.25x <= 130
0.25x <= 50
x <= 200 miles
---------------
Cheers,
Stan H.
----------