document.write( "Question 106934: find the quadratic function, whose graph passes through the points (1,3),(-2,18) and (3,13) \n" ); document.write( "
Algebra.Com's Answer #77844 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
the general form is y=ax^2+bx+c ... substitute in the points, giving three equations with three unknowns (a,b,c)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3=a+b+c\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "18=4a-2b+c\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "13=9a+3b+c
\n" ); document.write( "
\n" );