document.write( "Question 1062731: Suppose a parabola has an axis of symmetry at x=-2, a minimum height at -6, and passes through the point (0,10). What's the equation of the parabola in vertex form?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #677711 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The axis of symmetry means the vertex x value is at -2 \n" ); document.write( "The minimum height is -6, meaning it is convex down or is U shaped. Vertex is at (-2,-6) \n" ); document.write( "That makes the x^2 term positive \n" ); document.write( "The y-intercept is 10. \n" ); document.write( "Vertex form is f(x)= a(x-h)^2+k, where h and k are the vertex coordinates \n" ); document.write( "f(x)=a(x+2)^2-6 \n" ); document.write( "when x=0, y=10 \n" ); document.write( "substitute \n" ); document.write( "10=a(2^2)-6=4a-6 \n" ); document.write( "4a=16 \n" ); document.write( "a=4 \n" ); document.write( "f(x)=4(x+2)^2-6, 4x^2+16x+10. The first is vertex form.\r \n" ); document.write( "\n" ); document.write( " |