write a function rule for finding the amount of daily pay, p, in the following situation. A bus driver gets paid 1004 a day plus 0.20c per kilomoter, k.

The function rule for finding the amount of daily pay, p, in the given situation is:

p = 1004 + 0.20k

Here, "p" represents the amount of daily pay, "k" represents the number of kilometers driven, and the fixed amount of 1004 represents the base pay. The variable amount is found by multiplying the number of kilometers driven with the rate per kilometer, which is 0.20 in this case.