142k views
5 votes
Write a function rule for finding the amount of daily pay, p, in the following situation: A bus driver gets paid $85 each day plus $0.15 per mile, m.

Then calculate the total pay if the bus driver drives 10 miles, 35 miles, 100 miles, and 250 miles

1 Answer

0 votes

1) Total pay = $85 + ($0.15/mile)m, where m is the # of miles driven.


2) 10 miles: $85 + $1.50 = $86.50

35 miles: $85 + $5.25 = $90.25

100 miles: $85 + $15 = $100

250 miles: $85 + $37.50 = $122.50

User Andy Jones
by
7.4k points