document.write( "Question 629079: Find the equation of a parabola that opens to the right, has vertex (0,3) and goes through the point (2,-1). \n" ); document.write( "
Algebra.Com's Answer #396024 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of a parabola that opens to the right, has vertex (0,3) and goes through the point (2,-1) \n" ); document.write( "** \n" ); document.write( "Standard form of parabola that opens to the right: (y-k)^2=4p(x-h), (h,k)=(x,y) coordinates of the vertex. \n" ); document.write( ".. \n" ); document.write( "Equation: \n" ); document.write( "(y-3)^2=4px \n" ); document.write( "solve for p using coordinates of given point (2,-1) \n" ); document.write( "(-1-3)^2=4p*2 \n" ); document.write( "16=8p \n" ); document.write( "p=2 \n" ); document.write( "4p=8 \n" ); document.write( "Equation of given parabola: (y-3)^2=8x \n" ); document.write( " |