Multiple choice

Solve the following quadratic equation using quadratic formula: $9x^2-9x+2=0$

  1. $\left \{ \dfrac{2}{3}, \dfrac{1}{3} \right \}$
  2. $\left \{ \dfrac{2}{3}, \dfrac{-1}{3} \right \}$
  3. $\left \{ \dfrac{-2}{3}, \dfrac{1}{3} \right \}$
  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Using the quadratic formula x = (-b +/- sqrt(b^2 - 4ac)) / 2a: x = (9 +/- sqrt(81 - 72)) / 18 = (9 +/- 3) / 18. Roots are 12/18 = 2/3 and 6/18 = 1/3.

AI explanation

We solve 9x^2 - 9x + 2 = 0 using the quadratic formula, where x = (-b + sqrt(b^2 - 4ac)) / 2a. Here, a = 9, b = -9 and c = 2, making the discriminant (-9)^2 - 4(9)(2) equal to 9. The square root of the discriminant is 3, so the roots are calculated as (9 + 3) / 18 and (9 - 3) / 18. This yields the solution set {2/3, 1/3}.