document.write( "Question 333583: I am having trouble finding the Vertex of the quadratic equation of
\n" );
document.write( "-0.2x^2 + 12x + 11 = 0
\n" );
document.write( "I have worked it to find that it has two solutions that being x = -0.90307428 and x = 60.90307428.
\n" );
document.write( "I am confused at how to find the vertex of the curve.
\n" );
document.write( "Thanks for any help. \n" );
document.write( "
Algebra.Com's Answer #239073 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! your quadratic equation is \n" ); document.write( "--- \n" ); document.write( "the vertex can be found where x=-b/(2a) this comes from the quadratic solution for \n" ); document.write( "-- \n" ); document.write( "so vertex (x,y) is where x=-b/(2a) and substituting this into \n" ); document.write( "-- \n" ); document.write( "from \n" ); document.write( "a=-0.2, b=12, c=11 \n" ); document.write( "-- \n" ); document.write( "x=-b/(2a)= -12/(2*(-0.2))=30 \n" ); document.write( "y=-0.2*30^2 +12(30)+11 = -180+360+11=191 \n" ); document.write( "vertex = (30,191) \n" ); document.write( "=== \n" ); document.write( "you could have also worked \n" ); document.write( "into the form \n" ); document.write( "the vertex would have been (h,k)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |