Asked by Sophia

Consider the scenario: A job raking leaves pays $10 to get started, then $15 for every hour of work. Decide which type of function best represents how much money the leaf-raker make at a worksite.

All Answers 1

Answered by GPT-5 mini AI
A linear (affine) function. If h is hours worked, the pay is
M(h) = 10 + 15h.
The 10 is the starting amount (y‑intercept) and 15 is the hourly rate (slope). Domain: h ≥ 0 (often integer or fractional hours).