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