document.write( "Question 919166: The graph of a quadratic function f(x) has a vertex at (−1,−4) and passes the point (0,−3). Find the quadratic function. (Note: It is a parabola)
\n" );
document.write( "f(x)= \n" );
document.write( "
Algebra.Com's Answer #557517 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! the vertex form of a Parabola opening up(a>0) or down(a<0), \n" ); document.write( "y = a(x+1)^2 - 4 \n" ); document.write( "P(0,-3) \n" ); document.write( "-3 = a(1)^2 - 4 \n" ); document.write( "1 = a\r \n" ); document.write( "\n" ); document.write( "y = (x+1)^2 - 4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |