Need help finding the intersecting points between curves?
So, basically, I'm trying to find the intersection points between curves. I get the gist of how to do it: You set them equal, get one side to zero, then factor, you have your two roots. But when I do it, all of my answers are unfactorable.
Example, for y = x^2-2x+8 and y = x+6
I set them equal
x^2-2x+8 = x+6
then set one side to 0
x^2-3x+14 = 0
And then... oh, this is unfactorable.
But then if I put them into a graph, I can see they intersect at 1 and 2. What am I doing wrong? That was the first question from my homework, so I think it should be doable.
Thanks in advance
HAHAHA! Don't I feel stupid. Thanks you guys. That was how I would have factored it too.