document.write( "Question 89183: How can you tell from the equation of a parabola whether the graph has a maximum or a minimum value at its vertex?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #64811 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
If the leading coefficient is positive (for instance \"y=x%5E2\") then you will have a parabola opening up like this:\r
\n" ); document.write( "\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+x%5E2%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So in this case you will have a minimum\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If the leading coefficient is negative (for instance \"y=-x%5E2\") then you will have a parabola opening down like this:\r
\n" ); document.write( "\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+-x%5E2%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So in this case you will have a maximum
\n" ); document.write( "
\n" );