document.write( "Question 796530: find values of a, b, and c such that the graph of the polynomial p(x)=ax^2+bx+c passes through the points (1,2), (-1,6), and (2,3).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481430 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find values of a, b, and c such that the graph of the polynomial p(x)=ax^2+bx+c passes through the points (1,2), (-1,6), and (2,3). \n" ); document.write( "------------------------- \n" ); document.write( "Use ax^2 + bx + c = y \n" ); document.write( "--- \n" ); document.write( "Using (1,2) you get:: a + b + c = 2 \n" ); document.write( "Using (-1,6) you get: a - b + c = 6 \n" ); document.write( "Using (2,3) you get: 4a + 2b + c = 3 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Using a matrix function on my TI-84 I get: \n" ); document.write( "a = 1 \n" ); document.write( "b = -2 \n" ); document.write( "c = 3 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |