We need to determine whether the bakery sold fewer than 18,000 pretzels last year. Let:
- N: the number of pretzels sold last year,
- R: total revenue from selling pretzels,
- C: the cost of manufacturing pretzels,
- p: the average price per pretzel.
We know that:
- The bakery's expenses were 70,000+(0.25R)
- Since the bakery made no profit, its revenue R must equal its expenses C.
Thus, we have the equation:
R=70,000+0.25R => R = 70,000/(0.75) (No need to simplify this yet)
Statement (1): Last year, the bakery sold its pretzels for an average price of greater than $6.From this, we know p>6
We know that p*N = R ( Revenue = (price of one pretzel)*(total number of pretzels) )
p*N = R => p*N = 70,000/(0.75) => p = 70,000/(0.75*N)
p>6 => 70,000/(0.75*N) > 6 => N ~< 16,000 => N < 18,000 => This is exactly what we wanted to find.
Therefore,
Statement (1) is sufficient to answer the question.
Statement (2): Last year, the bakery’s total revenue from pretzels was less than $90,000.From this, we know R<90,000but without knowing the value of p, we cannot definitively say whether N<18,000. Therefore,
Statement (2) is insufficient on its own.
(A)