✔ 最佳答案
x^2 + 3xy + 2y^2 + 3x + 5y + 2
= (x + y)(x + 2y) + 3x + 5y + 2
= (x + y + a)(x + 2y + b)
where :
ab = 2 ............(1)
a + b = 3 (coefficient of x)......(2)
2a + b = 5 (coefficient of y) ...........(3)
so a = 2 and b = 1 satisfies all 3 equations.
so the lines are x + y + 2 = 0 and x + 2y + 1 = 0.