document.write( "Question 530678: Find the vertex of the parabola y= -2x2 + 12x - 13 \n" ); document.write( "
| Algebra.Com's Answer #350188 by oberobic(2304)      You can put this solution on YOUR website! y = 2x^2 + 12x - 13 \n" ); document.write( ". \n" ); document.write( "The axis of symmetry is defined by x = -b/2a. \n" ); document.write( ". \n" ); document.write( "-12/(2*2) = -3 \n" ); document.write( ". \n" ); document.write( "Set x= -3 and find y. \n" ); document.write( ". \n" ); document.write( "2(-3)^2 +12(-3) -13 = 18 -36 -13 = -31 \n" ); document.write( ". \n" ); document.write( "The vertex is: (-3,-31) \n" ); document.write( ". \n" ); document.write( " |