document.write( "Question 1009091: Given (-1,-2) (1,-4) (2,4) find the equation of the quadratic equation. \r
\n" ); document.write( "\n" ); document.write( "f(x)=ax^2+bx+c
\n" ); document.write( "-2=a(-1)^2+b(-1)+c
\n" ); document.write( "-4=a(1)^2+b(1)+c
\n" ); document.write( "4=a(2)^2+b(2)+c
\n" ); document.write( "-2=a-b+c
\n" ); document.write( "-4=a+b+c
\n" ); document.write( "4=4a+2b+c
\n" ); document.write( "???????
\n" ); document.write( "

Algebra.Com's Answer #624635 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
You made the correct system of equations, \"system%28a-b%2Bc=-2%2Ca%2Bb%2Bc=-4%2C4a%2B2b%2Bc=4%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Next, choose either row-reduction matrix operations; or elimination method, or substitution method.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitution method is the least advanced way, and as a start, take E1, solve for c:
\n" ); document.write( "\"a-b%2Bc=-2\"
\n" ); document.write( "\"c=-a%2Bb-2\"
\n" ); document.write( "\"c=b-a-2\"
\n" ); document.write( "and substitute into E2 and E3:
\n" ); document.write( "\"system%28a%2Bb%2Bb-a-2=-4%2C4a%2B2b%2Bb-a-2=4%29\"
\n" ); document.write( "-
\n" ); document.write( "\"system%282b-2=-4%2C3a%2B3b-2=4%29\"
\n" ); document.write( "-
\n" ); document.write( "\"system%282b=-2%2C3a%2B3b=6%29\"
\n" ); document.write( "-
\n" ); document.write( "\"system%28b=-1%2Ca%2Bb=2%29\", which shows one of the coefficients, easily allowing for finding another by using that other's now known value...
\n" ); document.write( "\"a=2-b\"
\n" ); document.write( "\"a=2-%28-1%29\"
\n" ); document.write( "\"a=2%2B1\"
\n" ); document.write( "\"highlight%28a=3%29\", and obviously just found as well, \"highlight%28b=-1%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You still want to find the value for c. Use any equation of the system that you want.
\n" ); document.write( "
\n" );