document.write( "Question 644743: How do I determine the equation of the parabola that has vertex at the origin, axis of symmetry is the x-axis, and passes through the point (-9, 2)? \n" ); document.write( "
Algebra.Com's Answer #405515 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do I determine the equation of the parabola that has vertex at the origin, axis of symmetry is the x-axis, and passes through the point (-9, 2)? \n" ); document.write( "*** \n" ); document.write( "Standard form of equation:x=A(y-k)^2+h, (h,k)=(x,y) coordinates of the vertex \n" ); document.write( "For given parabola: (h,k)=(0,0) \n" ); document.write( "x=Ay^2 \n" ); document.write( "solve for A using coordinates of given point (-9,2) \n" ); document.write( "-9=A*2^2=4A \n" ); document.write( "A=-9/4 \n" ); document.write( "equation:x=-9y^2/4 \n" ); document.write( " |