document.write( "Question 583684: Which quadrant contains the vertex of the following: f (x) = 2x^2 – 8x + 11?
\n" );
document.write( "Please explain. \n" );
document.write( "
Algebra.Com's Answer #372533 by scott8148(6628) You can put this solution on YOUR website! the general vertex form of the quadratic is ___ y = a(x - h)^2 + k ___ this is a parabola with the vertex at (h,k)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2(x^2 - 4x) + 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "completing the square (and compensating so the equation is unchanged) ___ y = 2(x^2 - 4x + 4) - 8 + 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2(x - 2)^2 + 3 \n" ); document.write( " |