1. A student examines four expressions and must determine which are quadratic. The expressions are: (I) $0x^2 + 4x - 1$, (II) $x^2$, (III) $-x^2 + x$, (IV) $3x + 7$. How many of these are quadratic?
- A.1
- B.2
- C.3
- D.4
View Answer
Answer: 2
Evaluate each expression: (I) $0x^2 + 4x - 1$: since $a = 0$, this is linear, not quadratic. (II) $x^2$: $a = 1 \neq 0$, quadratic. (III) $-x^2 + x$: $a = -1 \neq 0$, quadratic. (IV) $3x + 7$: no $x^2$ term, linear. Count the quadratics: Expressions II and III are quadratic, giving a count of 2. Why distractors fail: Option A (1) likely counts only II, missing that negative $a$ is valid. Option C (3) likely counts I, ignoring that $a = 0$ disqualifies it. Option D (4) counts all, including the linear expressions.