Question 1019867
<pre><font face = "consolas" color = "indigo" size = 4><b>
Hi 
y=(x-4)^2-2 = x^2-8x + 14
y = -2x+6 
Solutions  are P(2,2) and P(4, -2)
{{{drawing(300,300,    -10,10,-10,10,  
 grid(1),
circle(4, -2,0.4),
circle(2, 2,0.4),
graph( 300, 300, -10,10,-10,10,0, x^2 - 8x + 14, -2x+6))}}}