document.write( "Question 23268: For the function y=x^2 -4x-5 perform the following tasks:
\n" );
document.write( "Put the function in the y=a(x-h)^2 + k form.
\n" );
document.write( "Graph it. \n" );
document.write( "
Algebra.Com's Answer #12014 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Complete the square on the right side, as follows: \n" ); document.write( " y = (x^2-4x+4)-5-4 \n" ); document.write( "You need the +4 and the -4 to keep the expression unchanged. \n" ); document.write( "y = (x+2)^2 -9 \n" ); document.write( "So, comparing this to the form y = a(x-k)^2+h \n" ); document.write( "a=1,k=-2,h=-9\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |