document.write( "Question 70366: Find the axis of symmetry:
\n" );
document.write( "y = x^2 - x + 10\r
\n" );
document.write( "\n" );
document.write( "I can not seem to understand this method, I did look back at some other ones, but felt it confused me even more, help please, thank you!!! \n" );
document.write( "
Algebra.Com's Answer #50197 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the axis of symmetry: \n" ); document.write( "y = x^2 - x + 10 \n" ); document.write( "Rewrite as follows: \n" ); document.write( "x^2-x+10 = y \n" ); document.write( "Set it up for completing the square: \n" ); document.write( "x^2-x+? = y-10+? \n" ); document.write( "Complete the square and keep the equation balanced. \n" ); document.write( "x^2-x+(1/2)^2 = y-10+(1/2)^2 \n" ); document.write( "Factor the left side and simplify the right to get: \n" ); document.write( "(x-(1/2))^2 = y-(39/4) \n" ); document.write( "The vertex is at (1/2,(39/4)) \n" ); document.write( "So the axis of symmetry is x=(1/2) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |