document.write( "Question 76530: 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.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #54892 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\"y++=++x%5E2+-+6x+%2B+8\"
\n" ); document.write( "\"y+-+8+=++x%5E2+-+6x\" Subtract 8 from both sides
\n" ); document.write( "\"y+-+8+%2B+%28-6%2F2%29%5E2+=++x%5E2+-+6x%2B%28-6%2F2%29%5E2\" Add \"%28-6%2F2%29%5E2\" to both sides. This will complete the square.
\n" ); document.write( "\"y+-+8+%2B+9+=++x%5E2+-+6x+%2B+9\"
\n" ); document.write( "\"y+%2B+1+=++%28x-3%29%5E2+\" Factor the right side
\n" ); document.write( "\"y+=++%28x-3%29%5E2+-1+\" Subtract 1 from both sides. This is the equation in \"y+=+a%28x+-+h%29%5E2+%2B+k\" form where a=1, h=3, and k=-1.
\n" ); document.write( "
\n" );