Possible Duplicate:
Is there a name for this strange solution to a quadratic equation involving a square root?
As you can see, they only cross once. By setting
$3-x=\sqrt{15-x}$
I manage somehow to find two possible values for x.
$3-x=(15-x)^2$
$(3-x)=(15-x)^{\frac{1}{2}}$
$(3-x)^2=((15-x)^{\frac{1}{2}})^2$
$9-6x+x^2=15-x$
$x^2-5x-6=0$
$x_1=6$ and $x_2=-1$
$y_1=3-6=-3$ and $y_2=3-(-1)=4.$
$(6,-3)$ and $(-1,4)$
Only $(-1,4)$ is a real intersection.
How is that this method of calculating the intersection allows me to find this false positive if you will?