document.write( "Question 1002510: Find the quadratic function that includes the following sets? (0,6) (2,14), (4,-2) \n" ); document.write( "
Algebra.Com's Answer #619384 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ax^2+bx+c=0 \n" ); document.write( "c=6, using the first point. \n" ); document.write( "4a+2b+6=14 \n" ); document.write( "4a+2b=8 \n" ); document.write( "2a+b=4 \n" ); document.write( "16a+4b+6=-2 \n" ); document.write( "16a+4b=-8 \n" ); document.write( "4a+b=-2 \n" ); document.write( "-2a-b=-4, negating the first \n" ); document.write( "2a=-6, adding \n" ); document.write( "a=-3 \n" ); document.write( "b=10 \n" ); document.write( "-3x^2+10x+6=0\r \n" ); document.write( "\n" ); document.write( " |