To calculate how much Ari will make for his yard service business based on the number of hours he works, we can create a function that represents his pricing. The function can be given as:
\( C(h) = 10 + 15h \)
where:
- \( C(h) \) is the total cost for \( h \) hours of work,
- \( 10 \) is the flat rate,
- \( 15h \) is the additional charge per hour.
Now, let's create a table with the function values for the hours worked:
| Hours Worked (h) | Total Charge (C(h)) | |-------------------|---------------------| | 1 | 10 + 15(1) = 25 | | 1.5 | 10 + 15(1.5) = 32.5 | | 2 | 10 + 15(2) = 40 | | 2.5 | 10 + 15(2.5) = 47.5 | | 3 | 10 + 15(3) = 55 |
The values are:
- \( (1, 25) \)
- \( (1.5, 32.5) \)
- \( (2, 40) \)
- \( (2.5, 47.5) \)
- \( (3, 55) \)
So, the correct response for Ari's total earnings based on the hours worked is:
(1, 25), (1.5, 32.5), (2, 40), (2.5, 47.5), (3, 55).