Question:medium

Find the roots of the quadratic equation \( 2x^2 - 4x - 6 = 0 \).

Show Hint

To solve a quadratic equation, try factoring first. If factoring isn't easy, use the quadratic formula.
Updated On: Mar 21, 2026
  • \( x = 1, -3 \)
  • \( x = -3, 1 \)

  •  \( x = 3, -1 \) 
     

  • \( x = -1, 3 \)
Show Solution

The Correct Option is C

Solution and Explanation

Given the quadratic equation \( 2x^2 - 4x - 6 = 0 \), simplify by dividing by 2: \[ x^2 - 2x - 3 = 0 \] Factor the simplified quadratic: \[ x^2 - 2x - 3 = (x - 3)(x + 1) = 0 \] Equate each factor to zero: \[ x - 3 = 0 \quad \text{or} \quad x + 1 = 0 \] Solve for x: \[ x = 3 \quad \text{or} \quad x = -1 \] The roots are \( x = 3 \) and \( x = -1 \), which matches option (3).

Was this answer helpful?
3