document.write( "Question 62706: For the function y = x2 - 4x - 5, how do you write the function in the form of y = a(x - h)2 + k?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43518 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For the function y = x^2 - 4x - 5, how do you write the function in the form of y = a(x - h)^2 + k? \n" ); document.write( "--------- \n" ); document.write( "It's called completing the square. \n" ); document.write( "Rewrite as \n" ); document.write( "x^2-4x+?=y+5? \n" ); document.write( "Complete the square on the left side and maintain the equality, as follow: \n" ); document.write( "x^2-4x+4 = y+5+4 \n" ); document.write( "Factor to get: \n" ); document.write( "(x-2)^2 = y+9 \n" ); document.write( "Solve for y to get: \n" ); document.write( "y=(x-2)^2 -9 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |