✔ 最佳答案
Not sure if that's really what you mean, but taken literally as you have it, we have:
(x * 3)(x * 1) = x² + 4x + 3
Simplify the left side:
3x(x) = x² + 4x + 3
3x² = x² + 4x + 3
Now move everything to one side to put it into standard polynomial form:
2x² - 4x - 3 = 0
Now to solve this, I'll use complete the square. So I'll add 3 to both sides, then divide both sides by 2:
2x² - 4x = 3
x² - 2x = 3/2
Adding 1 to both sides to complete the square:
x² - 2x + 1 = 5/2
Factor, then square root:
(x - 1)² = 5/2
x - 1 = ± √(5/2)
Add 1 to both sides, then rationalize the denominator:
x = 1 ± √(10) / 2
You have two solutions.