Question 372725
  <pre><font size = 3 color = "indigo"><b>
Hi,
intercepts for the equation:
y = x^2-4x+4  y-intercept (0,4)  (y is 4 when x = 0)
0 = x^2-4x+4
factoring
(x-2)(x-2) = 0
(x-2)= 0
(x-2) =0 
x = 2
x - Intercept (2,0)

{{{drawing(300,300, -3, 6, -3, 6,grid(1),
circle(0, 4,0.2),
circle(2, 0,0.2),
graph( 300, 300, -3, 6, -3, 6,x^2-4x+4))}}}