Solutions

Two Real Solutions
x₁ = 3
x₂ = 2
Discriminant: 1
Solution Steps
1.
Given equation: x² - 5x + 6 = 0
2.
Identify coefficients: a = 1, b = -5, c = 6
3.
Calculate discriminant: Δ = b² - 4ac = -5² - 4(1)(6) = 1
4.
Since Δ > 0, there are two real solutions:
5.
x₁ = (-b + √Δ) / (2a) = (5 + √1) / 2 = 3.0000
6.
x₂ = (-b - √Δ) / (2a) = (5 - √1) / 2 = 2.0000