write a function rule for finding the amount of daily pay, p, in the following situation: a bus driver gets paid 100$ each day plus $0.20 per kilometer
1 answer
p = 100 + 0.20k, where k is the number of kilometers driven
1 answer