document.write( "Question 37768: 6. For the quadratic function y = -2x^2 + 8x + 1:
\n" );
document.write( "a. What are the coordinates (values of x and y) at the vertex of the parabola
\n" );
document.write( "b. Does this parabola open upward or downward? Explain. \n" );
document.write( "
Algebra.Com's Answer #23580 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given the quadratic function y = -2x^2 + 8x + 1, we know that the x-coordinate of the vertex lies at -b/2a, or \n" ); document.write( "-8/[2(-2)] = 2 \n" ); document.write( "The y-coordinate can be found via f(2)... \n" ); document.write( "-2(2^2) + 8(2) + 1 = \n" ); document.write( "-8 + 16 + 1 = 9 \n" ); document.write( "Thus the vertex is at (2, 9). \n" ); document.write( "Since the coefficient of the x^2 term is negative, the graph is concave downward. \n" ); document.write( " |