document.write( "Question 888584: What is the x-coordinate of the vertex of a parabola defined by the function f(x) = -7x2 + 9x + 8. \n" ); document.write( "
Algebra.Com's Answer #537481 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = -7x^2 + 9x + 8 ---> a = -7, b = 9, c = 8\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -b/(2a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -9/(2*(-7))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 9/14 \n" ); document.write( " |