document.write( "Question 589068: How do you change the equation into standord form? y=x^2+2x+2 \n" ); document.write( "
Algebra.Com's Answer #374720 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do you change the equation into standard form? \n" ); document.write( "y=x^2+2x+2 \n" ); document.write( "complete the square \n" ); document.write( "y=(x^2+2x+1)+2-1 \n" ); document.write( "y=(x+1)^2+1 \n" ); document.write( "This is an equation of a parabola that opens upwards with vertex at (-1,1) of the standard form: \n" ); document.write( "y=A(x-h)^2+k, (h,k) being the (x,y) coordinates of the vertex \n" ); document.write( " |