To create a function that describes how much Ari will make based on the number of hours worked, we can use the following formula:
\[ \text{Total Earnings} = 10 + 15 \times h \]
where \( h \) is the number of hours worked.
Now let's calculate the total earnings for various hours (1, 1.5, 2, 2.5, 3 hours) and create a table with those values.
-
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 these results in a table form:
| Hours (h) | Total Earnings | |-----------|-----------------| | 1 | 25 | | 1.5 | 32.5 | | 2 | 40 | | 2.5 | 47.5 | | 3 | 55 |
Based on the calculations, the correct choice from your responses is:
(1, 25), (1.5, 32.5), (2, 40), (2.5, 47.5), (3, 55)