Question 338257
y=(x=2)^2-3 I'll assume that the = between the x & 2 should be a +.
y=(x+2)^2-3
y=x^2+4x+4-3
y=x^2+4x+1
{{{ graph( 300, 200, -6, 5, -10, 10, x^2 +4x +1) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10,  x^2 +4x +1).