document.write( "Question 112182: I am given three points on a graph (14,0), (10.5,1), (6.5,3) and am asked to find the equation for the parabola that passes through these points. I understand that the parabola must be positive and open upwards. Also, I know that the \"c\" value must be 14 because that is the y intercept. But, from then on, I really have no idea what to do. Could you please help me? \n" ); document.write( "
Algebra.Com's Answer #81884 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
I am given three points on a graph (14,0), (10.5,1), (6.5,3) and am asked to find the equation for the parabola that passes through these points. I understand that the parabola must be positive and open upwards. Also, I know that the \"c\" value must be 14 because that is the y intercept. But, from then on, I really have no idea what to do. Could you please help me?\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "The c value is not what you thought.  \r\n" );
document.write( "You were thinking (14,0) was (0,14)\r\n" );
document.write( "but it's just backwards from that.\r\n" );
document.write( "\r\n" );
document.write( "Here we go from scratch:\r\n" );
document.write( "\r\n" );
document.write( "A quadratic function has a parabola for its graph and\r\n" );
document.write( "it must have an equation of thge form: \r\n" );
document.write( "\r\n" );
document.write( "y = ax² + bx + c\r\n" );
document.write( "\r\n" );
document.write( "So plug each of the points in that equation.\r\n" );
document.write( "\r\n" );
document.write( "Plug in (x,y) = (14,0)\r\n" );
document.write( "\r\n" );
document.write( "y = ax² + bx + c\r\n" );
document.write( "\r\n" );
document.write( "0 = a(14)² + b(14) + c\r\n" );
document.write( "\r\n" );
document.write( "0 = 196a + 14b + c\r\n" );
document.write( "\r\n" );
document.write( "-------\r\n" );
document.write( "\r\n" );
document.write( "Plug in (x,y) = (10.5,1)\r\n" );
document.write( "\r\n" );
document.write( "y = ax² + bx + c\r\n" );
document.write( "\r\n" );
document.write( "1 = a(10.5)² + b(10.5) + c\r\n" );
document.write( "\r\n" );
document.write( "1 = 110.25a + 10.5b + c\r\n" );
document.write( "\r\n" );
document.write( "-------\r\n" );
document.write( "\r\n" );
document.write( "Plug in (x,y) = (6.5,3)\r\n" );
document.write( "\r\n" );
document.write( "y = ax² + bx + c\r\n" );
document.write( "\r\n" );
document.write( "3 = a(6.5)² + b(6.5) + c\r\n" );
document.write( "\r\n" );
document.write( "3 = 42.25a + 6.5b + c\r\n" );
document.write( "\r\n" );
document.write( "-------\r\n" );
document.write( "\r\n" );
document.write( "So we have this system\r\n" );
document.write( "\r\n" );
document.write( "0 = 196a + 14b + c\r\n" );
document.write( "1 = 110.25a + 10.5b + c\r\n" );
document.write( "3 = 42.25a + 6.5b + c\r\n" );
document.write( "\r\n" );
document.write( "or, putting the numbers on the right and lining up\r\n" );
document.write( "the letters:\r\n" );
document.write( "\r\n" );
document.write( "   196a +   14b + c = 0\r\n" );
document.write( "110.25a + 10.5b + c = 1\r\n" );
document.write( " 42.25a +  6.5b + c = 3\r\n" );
document.write( "\r\n" );
document.write( "Can you solve that system?  If not post again.  \r\n" );
document.write( "\r\n" );
document.write( "The answers to that system are a = \"1%2F35\", b = \"-69%2F70\", c = \"41%2F5\"\r\n" );
document.write( "\r\n" );
document.write( "So y = ax² + bx + c becomes\r\n" );
document.write( "\r\n" );
document.write( "y = \"1%2F35\"x² -\"69%2F70\"x + \"41%2F5\"\r\n" );
document.write( "\r\n" );
document.write( "It has vertex (\"69%2F4\", \"-169%2F560\")\r\n" );
document.write( "\r\n" );
document.write( "Its x-intercepts are (14, 0) and (41/2, 0)\r\n" );
document.write( "\r\n" );
document.write( "Its y intercept is (0, 41/5)\r\n" );
document.write( "\r\n" );
document.write( "Its axis of symmetry has the equation x = \"69%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "Its graph is this with the green line as the\r\n" );
document.write( "axis of symmetry:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );