document.write( "Question 204828: can you hhelp me on this problem: 1) A parabola has a vertex of (5,4) and x intercepts of 1 and 9. What is the equation of the parabola? \n" ); document.write( "
| Algebra.Com's Answer #154590 by scott8148(6628)     You can put this solution on YOUR website! where (h,k) is the vertex \n" ); document.write( "the general equation is ___ y - k = a(x - h)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y - 4 = a(x - 5)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting to find a ___ 0 - 4 = a(1 - 5)^2 ___ -4 = 16a ___ -1/4 = a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the equation is ___ y - 4 = (-1/4)(x - 5)^2 \n" ); document.write( " |