document.write( "Question 31614: for the function y=x^2 - 4x -5 how do you put it in the form y+a(x-h)^2 + k \n" ); document.write( "
Algebra.Com's Answer #19099 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! y=x^2 - 4x -5 \n" ); document.write( "=> y = x^2 - 4x + 4 - 9 \n" ); document.write( "=> y = (x-2)^2 - 9 \n" ); document.write( "=> y - (x-2)^2 + 9 = 0 \n" ); document.write( "The above is in the same form as described where a = -1, h=2, and k=9 \n" ); document.write( " |