The amount that sunrise library charges for an overdue book is $0.25 per day plus $1 service charge. write a function using 2 variables for this situation

Respuesta :

let x be the number of days and y be the service charge

then 0.25x expresses $0.25 per day

0.25x+y gives us the total amount of the money

so the answer is 0.25x+y