Subjects algebra

Solve System 04A40F

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

Use the AI math solver

1. **State the problem:** Solve the system of equations: $$x + 2y = 1$$ $$x^2 + y^2 = 10$$ 2. **Use substitution method:** From the first equation, express $x$ in terms of $y$: $$x = 1 - 2y$$ 3. **Substitute into the second equation:** $$ (1 - 2y)^2 + y^2 = 10 $$ 4. **Expand and simplify:** $$ (1 - 2y)^2 + y^2 = 10 $$ $$ 1 - 4y + 4y^2 + y^2 = 10 $$ $$ 1 - 4y + 5y^2 = 10 $$ 5. **Bring all terms to one side:** $$ 5y^2 - 4y + 1 - 10 = 0 $$ $$ 5y^2 - 4y - 9 = 0 $$ 6. **Solve the quadratic equation:** Use the quadratic formula $y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ with $a=5$, $b=-4$, $c=-9$: $$ y = \frac{-(-4) \pm \sqrt{(-4)^2 - 4 \times 5 \times (-9)}}{2 \times 5} $$ $$ y = \frac{4 \pm \sqrt{16 + 180}}{10} $$ $$ y = \frac{4 \pm \sqrt{196}}{10} $$ $$ y = \frac{4 \pm 14}{10} $$ 7. **Calculate the two possible values for $y$:** $$ y_1 = \frac{4 + 14}{10} = \frac{18}{10} = 1.8 $$ $$ y_2 = \frac{4 - 14}{10} = \frac{-10}{10} = -1 $$ 8. **Find corresponding $x$ values using $x = 1 - 2y$:** $$ x_1 = 1 - 2(1.8) = 1 - 3.6 = -2.6 $$ $$ x_2 = 1 - 2(-1) = 1 + 2 = 3 $$ 9. **Final solutions:** $$ (x, y) = (-2.6, 1.8) \quad \text{or} \quad (3, -1) $$