Question
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
Then calculate the total pay if the bus driver drives 10 miles, 35 miles, 100 miles, and 250 miles
Asked by: USER2878
272 Viewed
272 Answers
Answer (272)
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