document.write( "Question 636143: Write the equation of a parabola that as a vertical axis and passes through the origin, (3,-2), and (-2,2). \n" ); document.write( "
Algebra.Com's Answer #400787 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the equation of a parabola that as a vertical axis and passes through the origin, (3,-2), and (-2,2). \n" ); document.write( "** \n" ); document.write( "Standard form of parabola with vertical axis of symmetry: y=A(x-h)^2+k, (h,k)=(x,y) coordinates of vertex. \n" ); document.write( "For given parabola: \n" ); document.write( "h=0 \n" ); document.write( "equation: \n" ); document.write( "y=Ax^2+k \n" ); document.write( "use given coordinates, (3,-2) and (-2,2), to solve for A and k \n" ); document.write( ".. \n" ); document.write( "-2=3^2A+k \n" ); document.write( "2=(-2)^2A+k \n" ); document.write( ".. \n" ); document.write( "-2=9A+k \n" ); document.write( " 2=4A+k \n" ); document.write( "subtract \n" ); document.write( "5A=-4 \n" ); document.write( "A=-4/5 \n" ); document.write( "k=2-4A \n" ); document.write( "=2-4*-4/5 \n" ); document.write( "=2+16/5 \n" ); document.write( "=10/5+16/5 \n" ); document.write( "=26/5 \n" ); document.write( "equation: y=-4x^2/5+26/5 \n" ); document.write( " |