document.write( "Question 606002: Find the standard equation of a parabola that has a vertical axis and satisfies the given conditions.
\n" );
document.write( "vertex (0, −5), passing through (4, 27)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #381879 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the standard equation of a parabola that has a vertical axis and satisfies the given conditions. \n" ); document.write( "vertex (0, −5), passing through (4, 27) \n" ); document.write( "** \n" ); document.write( "Standard form of equation for parabola: y=A(x-h)^2+k, (h,k)=(x,y) coordinates of vertex. \n" ); document.write( "For given parabola: \n" ); document.write( "equation: \n" ); document.write( "y=A(x-0)^2-5 \n" ); document.write( "using coordinates of given point (4,27) \n" ); document.write( "27=A4^2-5=16A-5 \n" ); document.write( "16A=32 \n" ); document.write( "A=2 \n" ); document.write( "Equation of given parabola: \n" ); document.write( "y=2x^2-5 \n" ); document.write( " |