document.write( "Question 526143: How do I find the x-intercepts of the parabola with vertex (-3,16)and y-intercept (0,-20) \n" ); document.write( "
Algebra.Com's Answer #348460 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the x-intercepts of the parabola with vertex (-3,16)and y-intercept (0,-20) \n" ); document.write( "** \n" ); document.write( "Standard equation for parabola: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( ".. \n" ); document.write( "Given equation: \n" ); document.write( "y=A(x+3)^2+16 \n" ); document.write( "using given point (0,-20) to solve for A \n" ); document.write( "-20=A(0+3)^2+16 \n" ); document.write( "9A=-36 \n" ); document.write( "A=-4 \n" ); document.write( "Equation of parabola: \n" ); document.write( "y=-4(x-h)^2+k \n" ); document.write( "Find x-intercepts \n" ); document.write( "set y=0 \n" ); document.write( "0=-4(x+3)^2+16 \n" ); document.write( "4(x+3)^2=16 \n" ); document.write( "(x+3)^2=4 \n" ); document.write( "x+3±√4=±2 \n" ); document.write( "x=-5 \n" ); document.write( "or \n" ); document.write( "x=-1 \n" ); document.write( "Ans: \n" ); document.write( "x-intercepts: -5 and -1 \n" ); document.write( " |