document.write( "Question 502204: Write the standard form of the equation of the parabola that has a vertex at (9,7) and passes through the point (3,8) \n" ); document.write( "
Algebra.Com's Answer #339198 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the standard form of the equation of the parabola that has a vertex at (9,7) and passes through the point (3,8) \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a parabola: y=A(x-h)^2+k, (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "For given equation: \n" ); document.write( "y=A(x-9)^2+7 \n" ); document.write( "solving for A using coordinates of given point (3, 8) \n" ); document.write( "8=A(3-9)^2+7 \n" ); document.write( "8=A(-6)^2+7 \n" ); document.write( "8=36A+7 \n" ); document.write( "36A=1 \n" ); document.write( "A=1/36 \n" ); document.write( "Equation: \n" ); document.write( "y=(1/36)(x-9)^2+7 \n" ); document.write( " |