document.write( "Question 580630: the vertex of this parabola is at (2,-1). when the y-value is 0, the x-value is 5. What is the coefficient of the squared term in the parabola's equation? \n" ); document.write( "
Algebra.Com's Answer #371309 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! Vertex form:\r \n" ); document.write( "\n" ); document.write( "y = a(x-2)^2 -1\r \n" ); document.write( "\n" ); document.write( "solve for a:\r \n" ); document.write( "\n" ); document.write( "0 = a(5-2)^2 -1\r \n" ); document.write( "\n" ); document.write( "1 = a(3)^2\r \n" ); document.write( "\n" ); document.write( "1 = 9a\r \n" ); document.write( "\n" ); document.write( "a = 1/9 \n" ); document.write( " |