document.write( "Question 81773: I need to figure out how to put this function y=x^2-4x-5 into this form
\n" );
document.write( "y=a(x-h)^2+k \n" );
document.write( "
Algebra.Com's Answer #58603 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Given y = x^2 - 4x - 5\r \n" ); document.write( "\n" ); document.write( "==> y = x^2 - 4x + 4 - 4 - 5 [add and subtract 4 to make the first3 terms a perfect square]\r \n" ); document.write( "\n" ); document.write( "==> y = (x^2 - 4x + 4) - 9\r \n" ); document.write( "\n" ); document.write( "==> y = (x - 2)^2 - 9\r \n" ); document.write( "\n" ); document.write( "This is of the form y = a(x-h)^2 + k where\r \n" ); document.write( "\n" ); document.write( " a = 1; h = 2 and k = -9 \n" ); document.write( " |