document.write( "Question 250347: How would you write the equation of a parabola in vertex from that has the vertex (0,3) and a point (-4,-45)? \n" ); document.write( "
Algebra.Com's Answer #185125 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Parabola have the equation:
\n" ); document.write( "\"Y+=+a%28x-h%29%5E2+%2B+k\"
\n" ); document.write( "where h,k is the vertex. We are given (0,3) as well as (-4, -45). Putting all of this in, we can find a as:
\n" ); document.write( "\"-45+=+a%2A%28-4-0%29%5E2+%2B+3\"
\n" ); document.write( "\"-45+=+16a+%2B+3\"
\n" ); document.write( "\"-48+=+16a\"
\n" ); document.write( "\"a+=+-3\"
\n" ); document.write( "The equation is
\n" ); document.write( "\"Y+=+-3%28x-0%29%5E2+%2B+3\"
\n" ); document.write( "or simply
\n" ); document.write( "\"Y+=+-3x%5E2+%2B+3\"
\n" ); document.write( "
\n" );