document.write( "Question 77277: what is the equation of the axis of symmetry of the graph y=x^2-4x+1? \n" ); document.write( "
Algebra.Com's Answer #55352 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! y = x^2 - 4x + 1 \n" ); document.write( "This is a parabola that is vertical. \n" ); document.write( "The line of symmetrical is vertical, so the equation must x = something .... \n" ); document.write( "Vertex(-b/2a,f(x)) \n" ); document.write( "V(-(-4)/(2*1),f(x)) \n" ); document.write( "V(4/2,f(x)) \n" ); document.write( "V(2,f(2)) \n" ); document.write( "x = 2 \n" ); document.write( " |