Let's factor in ℝ: x2 + 5x + 6 Given the quadratic form ax2 + bx + c, you can calculate the discriminant: Δ = b2 -4ac Δ = 52 -4·1·6 Δ = 25 -4·6 Δ = 25 -24 Δ = 1 As Δ > 0, the equation has two solutions: For the 1st solution, we obtain: -b -Δ2a x1 = -5 -12 x1 = -5 + 12 x1 = -62 x1 = -3 For the 2nd solution, we obtain: -b + Δ2a x2 = -5 + 12 x2 = -42 x2 = -2 ▷Answer: (x + 2)·(x + 3)