Solveeit Logo

Question

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

Which of the following is a quadratic equation

A

x2=3xx^2 = 3\sqrt{x}

B

(x2)3=2x(x2+7)(x-2)^3 = 2x(x^2 + 7)

C

(x3)(x+3)=(x9)(x-3)(x+3) = (x-9)

D

x2=(x1)2x^2 = (x-1)^2

Answer

c

Explanation

Solution

A quadratic equation is an equation of the form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0.

  1. x2=3xx^2 = 3\sqrt{x} is not a polynomial equation in xx due to x\sqrt{x}.
  2. (x2)3=2x(x2+7)(x-2)^3 = 2x(x^2 + 7) simplifies to x3+6x2+2x+8=0x^3 + 6x^2 + 2x + 8 = 0, which is a cubic equation (highest power of xx is 3).
  3. (x3)(x+3)=(x9)(x-3)(x+3) = (x-9) simplifies to x29=x9x^2 - 9 = x - 9, which further simplifies to x2x=0x^2 - x = 0. This is of the form ax2+bx+c=0ax^2 + bx + c = 0 with a=10a=1 \neq 0, b=1b=-1, c=0c=0. Hence, it is a quadratic equation.
  4. x2=(x1)2x^2 = (x-1)^2 simplifies to x2=x22x+1x^2 = x^2 - 2x + 1, which further simplifies to 2x1=02x - 1 = 0. This is a linear equation (highest power of xx is 1).

Therefore, only option c is a quadratic equation.