document.write( "Question 317502: Find the x-coordinate of the vertex, the y-coordinate of the vertex.\r
\n" );
document.write( "\n" );
document.write( "f(x) = -2x^2 + 2x + 3 \n" );
document.write( "
Algebra.Com's Answer #227381 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find the x-coordinate of the vertex, the y-coordinate of the vertex.\r \n" ); document.write( "\n" ); document.write( "f(x) = -2x^2 + 2x + 3 \n" ); document.write( ". \n" ); document.write( "x-coordinate: \n" ); document.write( "x = -b/(2a) \n" ); document.write( "x = -2/(2 * (-2)) \n" ); document.write( "x = -2/(-4) \n" ); document.write( "x = 1/2 \n" ); document.write( ". \n" ); document.write( "y-corordinate: \n" ); document.write( "Plug above into equation: \n" ); document.write( "f(x) = -2x^2 + 2x + 3 \n" ); document.write( "f(1/2) = -2(1/2)^2 + 2(1/2) + 3 \n" ); document.write( "f(1/2) = -2(1/4) + 1 + 3 \n" ); document.write( "f(1/2) = -1/2 + 1 + 3 \n" ); document.write( "f(1/2) = -1/2 + 4 \n" ); document.write( "f(1/2) = -1/2 + 8/2 \n" ); document.write( "f(1/2) = 7/2 \n" ); document.write( "y = 7/2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |