document.write( "Question 703934: Find the equation of the parabola with vertex (-2,0) and y intercept 4.\r
\n" );
document.write( "\n" );
document.write( "Can you please help me? Thanks so much in advance \n" );
document.write( "
Algebra.Com's Answer #433840 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the parabola with vertex (-2,0) and y intercept 4. \n" ); document.write( "** \n" ); document.write( "Standard form of parabola: y=A(x-h)2+k, (h,k)=(x,y) coordinates of the vertex \n" ); document.write( "For given problem: \n" ); document.write( "y=A(x+2)^2+0 \n" ); document.write( "solve for A using coordinates of the y-intercept (0,4) \n" ); document.write( "4=A(0+2)^2 \n" ); document.write( "4A=4 \n" ); document.write( "A=1 \n" ); document.write( "equation: y=(x+2)^2 \n" ); document.write( " |