document.write( "Question 1002372: Write the equation of the parabola described below in VERTEX FORM.\r
\n" );
document.write( "\n" );
document.write( "vertex at open parentheses negative 3 comma space 2 close parentheses and passes through open parentheses negative 5 comma space negative 8 close parentheses \n" );
document.write( "
Algebra.Com's Answer #619309 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! vertex form is y=a(x-h)^2 + k, where h and k are the vertex coordinates. \n" ); document.write( "So, we have y=a(x+3^2) +2. Note that the sign of x changed. \n" ); document.write( "Now we need a point to solve for a. \n" ); document.write( "-8=a(-5+3)^2 + 2 \n" ); document.write( "-8=4a+2 \n" ); document.write( "4a=-10 \n" ); document.write( "a=-2.5 \n" ); document.write( "y= -2.5(x+3)^2+2 \n" ); document.write( " |