Question:medium

Given quadratic equation is x2 - |x|-30 = 0. Then which of the following statements is/are incorrect?

Updated On: Jan 13, 2026
  • x-6=0
  • x+6=0
  • x+5=0
  • x+7=0
  • Both (c) and (d)
Show Solution

The Correct Option is

Solution and Explanation

The correct answer is option (E): Both (c) and (d)

Let's analyze the given quadratic equation and the provided options. The equation is x² - |x| - 30 = 0. Because of the absolute value we consider two cases.

Case 1: x ≥ 0.
Then |x| = x and the equation becomes x² - x - 30 = 0. Factor: (x - 6)(x + 5) = 0, giving x = 6 or x = -5. With the restriction x ≥ 0, discard x = -5. So the valid root in this case is x = 6.

Case 2: x < 0.
Then |x| = -x and the equation becomes x² + x - 30 = 0. Factor: (x + 6)(x - 5) = 0, giving x = -6 or x = 5. With the restriction x < 0, discard x = 5. So the valid root in this case is x = -6.

Therefore the solutions to the original equation are x = 6 and x = -6.

Check the options:

  • (a) x - 6 = 0x = 6 (valid)
  • (b) x + 6 = 0x = -6 (valid)
  • (c) x + 5 = 0x = -5 (not a solution of the original equation)
  • (d) x + 7 = 0x = -7 (not a solution of the original equation)

Conclusion: Options (c) and (d) are incorrect, so the correct choice is (E) Both (c) and (d).

Was this answer helpful?
0