document.write( "Question 49123: indicate whether the graphs of the following will have a maximum or a minimum.
\n" );
document.write( "1. f(x)=x exponent 2-9\r
\n" );
document.write( "\n" );
document.write( "2.f(x)=8x-3x exponent 2\r
\n" );
document.write( "\n" );
document.write( "3.f(x)=-(3-x)exponent 2 \n" );
document.write( "
Algebra.Com's Answer #32551 by Born2TeachMath(20)![]() ![]() ![]() You can put this solution on YOUR website! Your teacher is trying to get you to realize that the coefficient of the x^2 term in a quadratic graph determines whether the graph of a parabola will open up (and have a bottom - or minimum value) or open upside down (and have a top - or maximum value).\r \n" ); document.write( "\n" ); document.write( "If the coefficient of the x^2 term is positive, then the graph of the parabola opens upwards, and will have a minimum value.\r \n" ); document.write( "\n" ); document.write( "If the coefficient of the x^2 term is negative, then the graph of the parabola opens downward, and will have a maximum value.\r \n" ); document.write( "\n" ); document.write( "The up or down direction does not depend on either the sign of the x-term or the constant at the end. These two have other significance which you'll get into later, I'm sure. \r \n" ); document.write( "\n" ); document.write( "So, to answer your questions:\r \n" ); document.write( "\n" ); document.write( "1. f(x) = x^2 - 9 will open up and have a minimum, since the coefficient of the x^2 is +1. \n" ); document.write( "2. f(x) = 8x - 3x^2 will open down and have a maximum, since the coefficient of the x^2 is -3 \n" ); document.write( "3. f(x)=-(3-x)^2\r \n" ); document.write( "\n" ); document.write( "This one is a bit trickier. You really should simplify the left side by multiplying it out:\r \n" ); document.write( "\n" ); document.write( "-(3-x)^2 = -(3-x)(3-x) definition of squaring = multiplying by itself \n" ); document.write( "= -(9-6x+x^2) FOIL it out. \n" ); document.write( "=-9+6x-x^2 distribute the (-).\r \n" ); document.write( "\n" ); document.write( "Therefore, the parabola will open down and have a maximum, since the coefficient of the x^2 is -1\r \n" ); document.write( "\n" ); document.write( "Don't try to just guess on #3! \n" ); document.write( " |