Answer:
profit(n) = n * .50
Profit(10) = 5.00
Explanation:
Profit = amount of candy bars sold * profit per candy bar
profit(n) = n * .50
Let the number of candy bars sold be 10 ( n=10)
Profit(10) = 10 * .50
= 5.00
When you added you only added 9 .50 terms which is why you only got 4.50 for your answer.