SOLUTION: A rental company charges $20 to rent a jeep for one day, plus $4 for every 100 miles (or portion of 100 miles) that it is driven. Graph the ordered pairs (m,c), where m represents

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: A rental company charges $20 to rent a jeep for one day, plus $4 for every 100 miles (or portion of 100 miles) that it is driven. Graph the ordered pairs (m,c), where m represents       Log On


   



Question 618342: A rental company charges $20 to rent a jeep for one day, plus $4 for every 100 miles (or portion of 100 miles) that it is driven. Graph the ordered pairs (m,c), where m represents the miles driven and c represents the cost. Find the cost if the car is driven 275 miles in one day.
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
y=mx+b
c=int(x/100)*4+20
c=int(275/100)*4+20
c=3*4+20
c=12+20
c=32