document.write( "Question 592609: write the equation of the parabola in standard form x^2 + 2x + 8y + 25 = 0 \n" ); document.write( "
Algebra.Com's Answer #376010 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! write the equation of the parabola in standard form \n" ); document.write( "x^2 + 2x + 8y + 25 = 0 \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( "complete the square: \n" ); document.write( "-8y=(x^2+2x+1)+25-1 \n" ); document.write( "-8y=(x+1)^2+24 \n" ); document.write( "divide by -8 \n" ); document.write( "y=-(1/8)(x+1)^2-3 \n" ); document.write( "This is an equation of a parabola that opens downwards with vertex at (-1,-3) \n" ); document.write( " |