document.write( "Question 28694: For the function y=x^2-6x+8, perform the following tasks:
\n" ); document.write( "Put the function in the form y=a(x-h)^2+k
\n" ); document.write( "What is the line of symmetry?
\n" ); document.write( "

Algebra.Com's Answer #15624 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
[1]\"y+=+x%5E2+-6%2Ax+%2B+8\"
\n" ); document.write( "[2]\"y+=+a%2A%28x+-+h%29%5E2+%2B+k\"
\n" ); document.write( "expand this
\n" ); document.write( "\"y+=+a%2A%28x%5E2+-2%2Ah%2Ax+%2B+h%5E2%29+%2B+k\"
\n" ); document.write( "Since the coefficient of x^2 is 1, make a = 1
\n" ); document.write( "group the constant terms together
\n" ); document.write( "\"y+=+x%5E2+-2%2Ah%2Ax+%2B+%28h%5E2+%2B+k%29\"
\n" ); document.write( "\"y+=+x%5E2+-2%2Ah%2Ax+%2B+%28h%5E2+%2B+k%29+=+x%5E2+-6%2Ax+%2B+8\"
\n" ); document.write( "Set the coefficients on the left equal to those on the right
\n" ); document.write( "-2h = -6
\n" ); document.write( "h = 3
\n" ); document.write( "h^2 + k = 8
\n" ); document.write( "9 + k = 8
\n" ); document.write( "k = -1
\n" ); document.write( "going back to [2]
\n" ); document.write( "\"y+=+a%2A%28x+-+h%29%5E2+%2B+k+=+%28x+-+3%29%5E2+-1\"
\n" ); document.write( "expand this to check
\n" ); document.write( "\"%28x+-+3%29%5E2+-1+=+x%5E2+-6%2Ax+%2B9+-1\"
\n" ); document.write( "OK
\n" ); document.write( "What is the axis of symmetry?
\n" ); document.write( "x = +3
\n" ); document.write( "check
\n" ); document.write( "does x + a give me the same y as x - a for any value of a?
\n" ); document.write( "plug in some values for x
\n" ); document.write( "y(3 + 1) = 0
\n" ); document.write( "y(3 - 1) = 0
\n" ); document.write( "y(3 + 2) = 3
\n" ); document.write( "y(3 - 2) = 3
\n" ); document.write( "a far out one
\n" ); document.write( "y(3 + 12) = 143
\n" ); document.write( "y(3 - 12) = 143
\n" ); document.write( "OK
\n" ); document.write( "
\n" );