document.write( "Question 716658: I need help find the vertex for the equation 4x+y^2+3y=-5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #440062 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the vertex for the equation \n" ); document.write( "4x+y^2+3y=-5 \n" ); document.write( "complete the square: \n" ); document.write( "4x+(y^2+3y+9/4)=-5+9/4 \n" ); document.write( "4x+(y+3/2)^2=-20/4+9/4=-11/4 \n" ); document.write( "4x=-(y+3/2)^2-11/4 \n" ); document.write( "x=-(1/4)(y+3/2)^2-11/16 \n" ); document.write( "vertex form of equation for parabola that opens leftward: x=-A(y-k)^2+h, (h,k)=(x,y) coordinates of the vertex. \n" ); document.write( "For given problem: \n" ); document.write( "A=-(1/4) \n" ); document.write( "vertex:(-11/16,-3/2) \n" ); document.write( " |