document.write( "Question 332896: Find the vertex of the parabola formed by the following quadratic function: y = -x2 + 10x - 1 \n" ); document.write( "
Algebra.Com's Answer #238511 by jrfrunner(365) You can put this solution on YOUR website! \n" ); document.write( "1. For ax^2 +bx+c parabola, the vertex (x,y) is such that x=-b/(2a) \r \n" ); document.write( "\n" ); document.write( "for -x^2+10x-1, x=-10/(-2*(-1)) =5, y = -(5)^2+10*(5)-1=-25+50-1=24\r \n" ); document.write( "\n" ); document.write( "vertex (5,24)\r \n" ); document.write( "\n" ); document.write( "-- \n" ); document.write( "there are many other ways to get the vertex \n" ); document.write( "* solve for the perfect square \n" ); document.write( "* Graph \n" ); document.write( "* take the derivative \n" ); document.write( " |