Subjects algebra

Solve Quadratic 93D666

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** Solve for $y$ in the equation $$4y^2 - 2 = 9y - 4$$. 2. **Rewrite the equation:** Move all terms to one side to set the equation to zero: $$4y^2 - 2 - 9y + 4 = 0$$ which simplifies to $$4y^2 - 9y + 2 = 0$$. 3. **Identify the quadratic formula:** For an equation $$ay^2 + by + c = 0$$, the solutions are given by $$y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$. 4. **Apply the formula:** Here, $a=4$, $b=-9$, and $c=2$. Calculate the discriminant: $$\Delta = b^2 - 4ac = (-9)^2 - 4 \times 4 \times 2 = 81 - 32 = 49$$. 5. **Find the roots:** $$y = \frac{-(-9) \pm \sqrt{49}}{2 \times 4} = \frac{9 \pm 7}{8}$$. 6. **Calculate each solution:** - For the plus sign: $$y = \frac{9 + 7}{8} = \frac{16}{8} = 2$$ - For the minus sign: $$y = \frac{9 - 7}{8} = \frac{2}{8} = \frac{1}{4}$$. 7. **Final answer:** The solutions are $$y = 2$$ and $$y = \frac{1}{4}$$. These correspond to option b. 2 and 1/4.