document.write( "Question 399724: Find the equation of the quadratic function f whose graph is shown below.
\n" ); document.write( "Ponts on the graph are (-3,-1)(-2,-4) \r
\n" ); document.write( "\n" ); document.write( "f(x)=
\n" ); document.write( "

Algebra.Com's Answer #283067 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "The other tutor gave a linear, not quadratic solution, which is\r\n" );
document.write( "not what you want.\r\n" );
document.write( "\r\n" );
document.write( "Since we cannot see the graph that you can see, we cannot complete\r\n" );
document.write( "your problem, for just having two point is not enough to determine\r\n" );
document.write( "a quadratic function.  But I'll do something. \r\n" );
document.write( "\r\n" );
document.write( "The general equation of a quadratic function is\r\n" );
document.write( "\r\n" );
document.write( "       f(x) = a*x² + b*x + c\r\n" );
document.write( "\r\n" );
document.write( "Since there are three unknown constants a, b, and c, the two points you gave,\r\n" );
document.write( "(-3,-1), (-2,-4), are not enough, so I will assume that you can look and see\r\n" );
document.write( "a third point on the graph that you didn't tell us about. So I will arbitrarily\r\n" );
document.write( "assume the y-intercept is (0,-4).  So I'll assume the graph you see that we\r\n" );
document.write( "cannot see is this:\r\n" );
document.write( "\r\n" );
document.write( "Here's the graph I'm assuming:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Substitute the point (-3,-1)\r\n" );
document.write( "\r\n" );
document.write( "       f(x) = a*x² + b*x + c\r\n" );
document.write( "         -1 = a*(-3)² + b*(-3) + c\r\n" );
document.write( "         -1 = 9a - 3b + c\r\n" );
document.write( "9a - 3b + c = -1 \r\n" );
document.write( "\r\n" );
document.write( "Substitute the point (-2,-4)\r\n" );
document.write( "\r\n" );
document.write( "       f(x) = a*x² + b*x + c\r\n" );
document.write( "         -4 = a*(-2)² + b*(-2) + c\r\n" );
document.write( "         -4 = 4a - 2b + c\r\n" );
document.write( "4a - 2b + c = -4\r\n" );
document.write( "\r\n" );
document.write( "Substitute the point, y-intercept, that I chose arbitrarily (0,-4)\r\n" );
document.write( "\r\n" );
document.write( "       f(x) = a*x² + b*x + c\r\n" );
document.write( "         -4 = a*(0)² + b*(0) + c\r\n" );
document.write( "         -4 = 0a + 0b + c\r\n" );
document.write( "          c = -4\r\n" );
document.write( "\r\n" );
document.write( "So we have this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "          9a - 3b + c = -1\r\n" );
document.write( "          4a - 2b + c = -4\r\n" );
document.write( "                    c = -4\r\n" );
document.write( "\r\n" );
document.write( "Solve that system and get a=1, b=2, c=-4\r\n" );
document.write( "\r\n" );
document.write( "So the function is\r\n" );
document.write( "\r\n" );
document.write( "f(x) = ax² + bx + c\r\n" );
document.write( "\r\n" );
document.write( "f(x) = x² + 2x - 4\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );