document.write( "Question 252046: How do I graph the quadratic functionof y= -x to the 2nd power minus 4x plus 2? And how do I Label the vertex and axis of symmetry? \n" ); document.write( "
Algebra.Com's Answer #183831 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I graph the quadratic functionof y= -x to the 2nd power minus 4x plus 2? And how do I Label the vertex and axis of symmetry? \n" ); document.write( "------ \n" ); document.write( "y = -x^2-4x+2 \n" ); document.write( "a = -1 ; b = -4 ; c = 2 \n" ); document.write( "---------------------------- \n" ); document.write( "Vertex occurs where x = -b/2a = 4/(2*-1) = -2 \n" ); document.write( "f(-2) = -(-2)^2-4(-2)+2 = 6 \n" ); document.write( "-- \n" ); document.write( "Plot the vertex at (-2,6) \n" ); document.write( "-------------- \n" ); document.write( "y-intercept = f(0) = 2 \n" ); document.write( "Plot the point (0,2) \n" ); document.write( "-------------- \n" ); document.write( "Since \"a\" is negative the parabola opens downward and has a max at (-2,6) \n" ); document.write( "-------------- \n" ); document.write( "With that information you should be able to sketch the graph. \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |