1. After expanding, which of the following expressions is quadratic?
- A.$x(x + 4)$
- B.$x(x^2 + 1)$
- C.$3(2x - 5)$
- D.$x^2(x + 2)$
View Answer
Answer: $x(x + 4)$
Expand each expression: $x(x+4) = x^2 + 4x$ (degree 2). $x(x^2+1) = x^3 + x$ (degree 3). $3(2x-5) = 6x - 15$ (degree 1). $x^2(x+2) = x^3 + 2x^2$ (degree 3). Why the correct answer works: $x(x+4)$ expands to $x^2 + 4x$, a polynomial of degree 2, which is quadratic. Why distractors fail: Options B and D both produce degree 3 expressions after expansion. Option C produces a linear (degree 1) expression.