Answer:
The store must sell at least 75 bikes each month to break even.
Explanation:
The break-even point is when revenue equals cost.
The revenue function is R(q) = pq, where
- R(q) is the revenue,
- p is the price of an item,
- and q is the quantity of an item.
Since we're told that the average selling price of each bicycle is $95, our revenue function is R(q) = 95q
The cost function is C(q) = mq + b, where
- C(q) is the cost,
- m is the marginal cost (change in cost per one additional item made), and
- b is the fixed costs (costs paid without making anything).
Since we're told that the store pays an average of $45 per bike, 45 is our marginal cost. Since the store costs $3750 per month to operate, the fixed costs is 3750.
Thus, our cost function is C(q) = 45q + 3750.
Now, we set our two functions equal to each to solve for q, the number of bikes the store must sell each month to break even:
C(q) = R(q)
45q + 3750 = 95q
3750 = 50q
75 = q
Thus, the store must sell at least 75 bikes each month to break even.