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