document.write( "Question 422863: What are the coordinates of the turning point of the parabola whose equation is y=-x^2+4x+1 \n" ); document.write( "
Algebra.Com's Answer #295078 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The turning point (vertex) is the point where the derivative is equal to zero.
\n" ); document.write( "Thus dy/dx = 0 = -2x + 4 -> x = 2
\n" ); document.write( "The value of the y coordinate at this value of x is y = -(2)^2 + 4*2 + 1 = 5
\n" ); document.write( "Ans: turning point = (2,5)
\n" ); document.write( "\"graph%28300%2C300%2C-8%2C8%2C-10%2C10%2C-x%5E2%2B4x%2B1%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );