document.write( "Question 559049: What is the standard form for a parabola that passes through the points (2,3) and has a vertex of (0, -2) \n" ); document.write( "
Algebra.Com's Answer #363320 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the standard form for a parabola that passes through the points (2,3) and has a vertex of (0, -2) \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a parabola: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "For given parabola: \n" ); document.write( "y=A(x-h)^+k \n" ); document.write( "3=A(2-0)^2-2 \n" ); document.write( "3=4A-2 \n" ); document.write( "4A=5 \n" ); document.write( "A=5/4 \n" ); document.write( "Equation: \n" ); document.write( " y=(5/4)x^2-2 \n" ); document.write( " |