Answer:
y = 5x + 5
Explanation:
If x is the number of boxes sold and y is the cost
The first box costs $10
Each additional box costs $5.
If the total number of boxes sold is x, then after selling the first box for $10, there will be x - 1 boxes left to be sold
The cost of x -1 boxes at $5 per box = 5(x - 1) = 5x - 5
Therefore for a total of x boxes sold the total cost, y in dollars is
y = 10 (for the first box) + 5x - 5 (for the remaining x - 1 boxes)
= 10 + 5x - 5
= 5 + 5x
which in standard form is written as
y = 5x + 5
We can verify our equation using specific numbers for x
For x = 1
y = 5 + 5(1) = 10 ; since only one box has been sold, the cost is fixed at $10
For x = 2 y = 5 + 5(2) = 5 + 10 = $15
This works out to since first box is sold at $10 and the second box at $5
Leave it to you to work out for other numbers