document.write( "Question 813219: How do you find the equation of a parabola that passes through the points (5,3) (3,6) and (-4,5) ? \n" ); document.write( "
Algebra.Com's Answer #489529 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Use general form \"ax%5E2%2Bbx%2Bc=y\" for each point and solve simultaneous equations which these points produce. Your variables are now a, b, and c. You might want to set up as a matrix and perform elementary row operations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Refine this system:
\n" ); document.write( "\"a5%5E2%2Bb%2A5%2Bc=3\"
\n" ); document.write( "\"a3%5E2%2Bb%2A3%2Bc=6\"
\n" ); document.write( "\"a%28-4%29%5E2%2Bb%28-4%29%2Bc=5\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "System:
\n" ); document.write( "\"25a%2B5b%2Bc=3\"
\n" ); document.write( "\"9a%2B3b%2Bc=6\"
\n" ); document.write( "\"16a-4b%2Bc=5\"\r
\n" ); document.write( "\n" ); document.write( "You might want to use some matrix handling software to solve the system.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After that, work with it any way you want.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------
\n" ); document.write( "Using the matrix calculator page, http://www.math.purdue.edu/~dvb/gaussian.php
\n" ); document.write( "Values obtained were a=-.01825, b=-0.0397, c=7.7619
\n" ); document.write( "
\n" );