document.write( "Question 605956: how do you find the vertex of the parabola for the quadratic equation
\n" );
document.write( "y=x^2-2x-35 \n" );
document.write( "
Algebra.Com's Answer #381867 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! completing the square ___ y = x^2 - 2x + 2 - 35 - 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = (x - 1)^2 - 37 ___ this is the vertex form , y = a(x - h)^2 + k ; the vertex is (h,k) \n" ); document.write( " |