document.write( "Question 562869: Find the equation of a parabola that has a vertex of (9,13) and a y-intercept of 94. Write answer in general form. \n" ); document.write( "
Algebra.Com's Answer #364729 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Find the equation of a parabola that has a vertex of (9,13) and a y-intercept of 94. Write answer in general form. \n" ); document.write( "** \n" ); document.write( "Standard form of equation for parabola: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( ".. \n" ); document.write( "Plug in given coordinates of vertex and point (0,94), and solve for A. \n" ); document.write( "94=A(0-9)^2+13 \n" ); document.write( "94=81A+13 \n" ); document.write( "81=81A \n" ); document.write( "A=1 \n" ); document.write( "Equation: \n" ); document.write( "y=(x-9)^2+13 \n" ); document.write( " |