document.write( "Question 318299: How do I get the coordinates of the vertex of the graph of Y=x^2+2x-3 \n" ); document.write( "
Algebra.Com's Answer #227816 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
for y-k = a(x-h)^2 , the vertex is (h,k)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y+3 = x^2 + 2x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "completing the square ___ y+3+1 = x^2 + 2x + 1 ___ y+4 = (x+1)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "vertex is ___ (-1,-4)
\n" ); document.write( "
\n" );