document.write( "Question 428848: How can I find the vertex while using the quadratic formula?
\n" );
document.write( "y= -5x^+25x+70 \n" );
document.write( "
Algebra.Com's Answer #298088 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Set y=0 to find the points where the graph crosses the x-axis: \n" ); document.write( "-5x^2 + 25x + 70 = 0 \n" ); document.write( "We can simplify by dividing through by -5: \n" ); document.write( "x^2 - 5x - 14 = 0 \n" ); document.write( "x = (5 +- sqrt(25 + 56))/2 -> (5 +- 9)/2, or x = -2,7 \n" ); document.write( "The vertex lies on the line of symmetry half way between these 2 points: \n" ); document.write( "x = (-2+7)/2, or x = 5/2 \n" ); document.write( "To get the y-coordinate, substitute into original equation: \n" ); document.write( "-5*(5/2)^2 + 25(5/2) + 70 = -125/4 + 125/2 + 70 = 125/4 + 280/4 = 101 1/4 \n" ); document.write( "Ans: vertex = (2 1/2,101 1/4) \n" ); document.write( " |