document.write( "Question 173359: Find the axis of symmetry.
\n" );
document.write( "y = x² - x + 5 \n" );
document.write( "
Algebra.Com's Answer #128211 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the axis of symmetry. \n" ); document.write( "y = x² - x + 5 \n" ); document.write( "------------------- \n" ); document.write( "There are at least two ways: \n" ); document.write( "1st: x = -b/2a = 1/2 \n" ); document.write( "------------------------ \n" ); document.write( "2nd: Complete the square: \n" ); document.write( "x^2-x + ? = y-5 + ? \n" ); document.write( "x^2 -x + (1/2)^2 = y - 5 + (1/2)^2 \n" ); document.write( "(x-(1/2))^2 = y -20/4 + 1/4 \n" ); document.write( "(x-(1/2)^2 = y-(19/4) \n" ); document.write( "----- \n" ); document.write( "Axis of symmetry: x = 1/2 \n" ); document.write( "=============================== \n" ); document.write( "Obviously the 1st way is the quickest way to find the axis of symmetry. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |