document.write( "Question 601470: Determine the vertex of the parabola.\r
\n" );
document.write( "\n" );
document.write( "f(x) = x2 - 8x + 17
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379779 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine the vertex of the parabola. \n" ); document.write( "f(x) = x^2 - 8x + 17 \n" ); document.write( "--- \n" ); document.write( "One way: \n" ); document.write( "Complete the square: \n" ); document.write( "x^2 - 8x + 16 + 17-16 = y \n" ); document.write( "(x-4)^2 = y-1 \n" ); document.write( "--- \n" ); document.write( "Vertex at (4,1) \n" ); document.write( "----- \n" ); document.write( "Another way: \n" ); document.write( "Vertex occurs where x = -b/(2a) = 8/2 = 4 \n" ); document.write( "f(4) = 16-32+17 = 1 \n" ); document.write( "Vertex at (4,1) \n" ); document.write( "=========== \n" ); document.write( " \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |