document.write( "Question 66257: I'm having a hard time with this problem. Please help!\r
\n" );
document.write( "\n" );
document.write( "2) For the function y = x2 - 6x + 8, perform the following tasks:
\n" );
document.write( "a) Put the function in the form y = a(x - h)2 + k.
\n" );
document.write( "Answer:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #47003 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! y = x^2 - 6x + 8 \n" ); document.write( "y - 8 = x^2 - 6x \n" ); document.write( "y - 8 + 9 = (x - 3)^2 \n" ); document.write( "y + 1 = (x - 3)^2 \n" ); document.write( "y = (x - 3)^2 - 1 \n" ); document.write( " |