document.write( "Question 254282: I am trying to help my daughter.
\n" );
document.write( "she was learning ax(squared) + bx + c = y, which she understands.\r
\n" );
document.write( "\n" );
document.write( "However she was given
\n" );
document.write( "vertex (2, -3)
\n" );
document.write( "contains points (-1,-12)
\n" );
document.write( "y-k=a(x-h)squared\r
\n" );
document.write( "\n" );
document.write( "she has to find \"a\"
\n" );
document.write( "then plug in to the vertix form to find the ax form \n" );
document.write( "
Algebra.Com's Answer #186636 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! (h,k) are the vertex coordinates \n" ); document.write( "So plug those in \n" ); document.write( "(2, -3) for (h,k) \n" ); document.write( "(-1,-12) for (x,y) \n" ); document.write( "y-k=a(x-h)^2 \n" ); document.write( "-12-(-3)=a(-1-2)^2 \n" ); document.write( "Mind your signs \n" ); document.write( "-12+3=a(-3)^2 \n" ); document.write( "remember (-3)^2=+9 \n" ); document.write( "-9=a+(9)\r \n" ); document.write( "\n" ); document.write( "-1=a \n" ); document.write( " \n" ); document.write( " |