Might be a bit basic, but I'm more or less starting from scratch.
We start with the following inequality:
[math]x² + x + 1 > 7[/math]
From what I can remember from my high school days, we solve this by refactoring it, and from what I can find in my old textbooks, the solution can be found like this:
[math]x² - sx + p = (x + x1) (x - x2)[/math]
Where:
[math]x1 + x2 = s[/math][math]x1 . x2 = p[/math]
My question... I can find solutions within my head, but I was wondering... how do we solve those 2 equations?
[math]x1 + x2 = s[/math][math]x1 . x2 = p[/math]
We start with the following inequality:
[math]x² + x + 1 > 7[/math]
From what I can remember from my high school days, we solve this by refactoring it, and from what I can find in my old textbooks, the solution can be found like this:
[math]x² - sx + p = (x + x1) (x - x2)[/math]
Where:
[math]x1 + x2 = s[/math][math]x1 . x2 = p[/math]
My question... I can find solutions within my head, but I was wondering... how do we solve those 2 equations?
[math]x1 + x2 = s[/math][math]x1 . x2 = p[/math]