document.write( "Question 997346: I am trying to find the vertex but I'm having a problem finding both the x and the y coordinate. The equation I am working on is y=x^2+10x. Can you help me \n" ); document.write( "
Algebra.Com's Answer #615472 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The vertex x value is -b/2a, where ax^2+bx+c=0 \n" ); document.write( "Here, a=1 and b=10 \n" ); document.write( "The x value of the vertex is -10/2= -5 \n" ); document.write( "That makes the y value -25 \n" ); document.write( "the vertex is at (-5,-25) \n" ); document.write( " |