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 #186632 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! given \n" ); document.write( "vertex (2, -3) \n" ); document.write( "contains points (-1,-12) \n" ); document.write( "y-k=a(x-h)squared \n" ); document.write( "she has to find \"a\" \n" ); document.write( "then plug in to the vertex form to find the ax form \n" ); document.write( ". \n" ); document.write( "The \"vertex form\" of a parabola is: \n" ); document.write( "y= a(x-h)^2+k \n" ); document.write( "http://www.mathwarehouse.com/geometry/parabola/standard-and-vertex-form.php \n" ); document.write( ". \n" ); document.write( "y-k = a(x-h)^2 \n" ); document.write( "where \n" ); document.write( "(h,k) is the vertex \n" ); document.write( ". \n" ); document.write( "Plug in what the problem gave: \n" ); document.write( "vertex (2, -3) \n" ); document.write( "contains points (-1,-12) \n" ); document.write( "y-k = a(x-h)^2 \n" ); document.write( "Plugging in (2, -3) we get: \n" ); document.write( "y-(-3) = a(x-2)^2 \n" ); document.write( "Plugging in our point (-1,-12) \n" ); document.write( "-12-(-3) = a(-1-2)^2 \n" ); document.write( "-12+3 = a(-3)^2 \n" ); document.write( "-9 = a(9) \n" ); document.write( "-1 = a \n" ); document.write( " |