To create a function for Ari's yard service business, we need to represent the total earnings based on the hours worked. The total fee can be calculated using the following formula:
\[ \text{Total Earnings} = 10 + 15 \times \text{Hours} \]
Now we can plug in the different amounts of hours Ari works to calculate his total earnings:
-
For 1 hour: \[ \text{Total Earnings} = 10 + 15 \times 1 = 10 + 15 = 25 \]
-
For 1.5 hours: \[ \text{Total Earnings} = 10 + 15 \times 1.5 = 10 + 22.5 = 32.5 \]
-
For 2 hours: \[ \text{Total Earnings} = 10 + 15 \times 2 = 10 + 30 = 40 \]
-
For 2.5 hours: \[ \text{Total Earnings} = 10 + 15 \times 2.5 = 10 + 37.5 = 47.5 \]
-
For 3 hours: \[ \text{Total Earnings} = 10 + 15 \times 3 = 10 + 45 = 55 \]
Now we can summarize the results in a table:
| Hours Worked | Total Earnings | |--------------|----------------| | 1 | 25 | | 1.5 | 32.5 | | 2 | 40 | | 2.5 | 47.5 | | 3 | 55 |
Comparing with the options provided, the correct option is A: (1, 25), (1.5, 32.5), (2, 40), (2.5, 47.5), (3, 55).