document.write( "Question 441503: Can anyone help with the following problelm?
\n" );
document.write( "Determine the vertex of the parabola.\r
\n" );
document.write( "\n" );
document.write( "f(x) = x2 - 10x + 26
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304729 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! f(x) = x^2 - 10x + 26 \n" ); document.write( "----------- \n" ); document.write( "The vertex is on the line of symmetry \n" ); document.write( "The line of symm is x = -b/2a \n" ); document.write( "x = 10/2 = 5 \n" ); document.write( "f(5) = 25 - 50 + 26 = 1 \n" ); document.write( "Vertex at (5,1) \n" ); document.write( "------------------ \n" ); document.write( "Another method: \n" ); document.write( "f(x) = x^2 - 10x + 26 \n" ); document.write( "f'(x) = 2x - 10 = 0 \n" ); document.write( "x = 5 \n" ); document.write( "f(5) .... as above \n" ); document.write( " \n" ); document.write( " |