document.write( "Question 531799: find the equation of the parabola with a vertex (-2,3) and passing through the point (0,8). \n" ); document.write( "
Algebra.Com's Answer #350608 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the equation of the parabola with a vertex (-2,3) and passing through the point (0,8) \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 problem: \n" ); document.write( "Using coordinates of given vertex at (-2,3) \n" ); document.write( "y=A(x+2)^2+3 \n" ); document.write( "Using coordinates of given point (0,8) \n" ); document.write( "8=A(0+2)^2+3 \n" ); document.write( "8=4A+3 \n" ); document.write( "4A=5 \n" ); document.write( "A=5/4 \n" ); document.write( "Equation of parabola: \n" ); document.write( "y=(5/4)(x+2)^2+3 \n" ); document.write( "See graph below as a visual check on answer: \n" ); document.write( " |