Question
Question: Which of the following is a quadratic equation...
Which of the following is a quadratic equation

A
x2=3x
B
(x−2)3=2x(x2+7)
C
(x−3)(x+3)=(x−9)
D
x2=(x−1)2
Answer
c
Explanation
Solution
A quadratic equation is an equation of the form ax2+bx+c=0, where a=0.
- x2=3x is not a polynomial equation in x due to x.
- (x−2)3=2x(x2+7) simplifies to x3+6x2+2x+8=0, which is a cubic equation (highest power of x is 3).
- (x−3)(x+3)=(x−9) simplifies to x2−9=x−9, which further simplifies to x2−x=0. This is of the form ax2+bx+c=0 with a=1=0, b=−1, c=0. Hence, it is a quadratic equation.
- x2=(x−1)2 simplifies to x2=x2−2x+1, which further simplifies to 2x−1=0. This is a linear equation (highest power of x is 1).
Therefore, only option c is a quadratic equation.