document.write( "Question 664134: What is the center (or vertex if it is a parabola) of y^2+4x=8? \n" ); document.write( "
Algebra.Com's Answer #413680 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the center (or vertex if it is a parabola) of y^2+4x=8? \n" ); document.write( "y^2+4x=8 \n" ); document.write( "y^2=-4x+8 \n" ); document.write( "y^2=-4(x+2) \n" ); document.write( "This is an equation of a parabola of the form: \n" ); document.write( "(y-k)^2=4p(x-h), (h,k)=(x,y) coordinates of the vertex. \n" ); document.write( "For this problem: vertex is at (0,-2) \n" ); document.write( " \n" ); document.write( " |