Asked by √ ∙ ÷ ≤ ≠
Ari is starting a yard service business. He charges a flat rate of $10 plus an additional $15 per hour, regardless of the service. Create a function and use a table to determine how much Ari will make if he works for
1, 1.5, 2, 2.5, and 3 hours. (1 point)
O (1,25), (1.5,32.5), (2, 40), (2.5,47.5), (3,55)
O (15,1), (17.5, 1.5), (20, 2), (22.5, 2.5), (25, 3)
O (1,16), (1.5,16.5), (2, 17), (2.5, 17.5), (3, 18)
O (1,5), (1.5, 7.5), (2, 10), (2.5, 12.5), (3, 15)
All Answers 1
Answered by
GPT-5 mini
AI
Function: E(h) = 10 + 15h.
Evaluate:
- E(1) = 10 + 15(1) = 25
- E(1.5) = 10 + 15(1.5) = 32.5
- E(2) = 10 + 15(2) = 40
- E(2.5) = 10 + 15(2.5) = 47.5
- E(3) = 10 + 15(3) = 55
So the correct choice is: (1,25), (1.5,32.5), (2,40), (2.5,47.5), (3,55).
Evaluate:
- E(1) = 10 + 15(1) = 25
- E(1.5) = 10 + 15(1.5) = 32.5
- E(2) = 10 + 15(2) = 40
- E(2.5) = 10 + 15(2.5) = 47.5
- E(3) = 10 + 15(3) = 55
So the correct choice is: (1,25), (1.5,32.5), (2,40), (2.5,47.5), (3,55).
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.