Question 616904
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
Graph the following function using transformations
y=1/4(x+4)^2 
y = x^2 Green
y = (x+4)^2  Blue
y = 1/4(x+4)^2 Purple
{{{drawing(300,300,   -10,10,-10,10, 
 grid(1),

graph( 300, 300, -10,10,-10,10,0,x^2,(x+4)^2,.25(x+4)^2))}}}