1. A small business has a revenue function $R(x) = 60x - 3x^2$ and a cost function $C(x) = 10x + 50$, where $x$ is the number of units produced and sold. What is the simplified profit expression $P(x)$?
- A.$P(x) = -3x^2 + 70x + 50$
- B.$P(x) = -3x^2 + 50x - 50$
- C.$P(x) = -3x^2 + 50x + 50$
- D.$P(x) = 3x^2 + 50x - 50$
View Answer
Answer: $P(x) = -3x^2 + 50x - 50$
Set up the profit expression: $P(x) = R(x) - C(x) = (60x - 3x^2) - (10x + 50)$. Distribute the negative sign and simplify: $P(x) = 60x - 3x^2 - 10x - 50 = -3x^2 + 50x - 50$. Why the correct answer works: Option B correctly subtracts every term in the cost function, giving $-3x^2 + 50x - 50$. Why distractors fail: Option A adds the linear cost term instead of subtracting it ($60x + 10x = 70x$). Option C gets the linear term right but fails to subtract the constant 50 (sign error on constant). Option D flips the sign on the $x^2$ term, making it positive.