document.write( "Question 701259: Find a polynomial of degree ≤2 [of the form f (t) = a + bt + ct^2] whose graph goes through the points (1, p), (2, q), (3,r), where p, q, r are arbitrary constants. Does such a polynomial exist for all values of p, q, r? \n" ); document.write( "
Algebra.Com's Answer #432318 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find a polynomial of degree ≤2 [of the form f (t) = a + bt + ct^2] whose graph goes through the points (1, p), (2, q), (3,r), where p, q, r are arbitrary constants. Does such a polynomial exist for all values of p, q, r? \n" ); document.write( "----- \n" ); document.write( "Form: ax^2 + bx + c = y \n" ); document.write( "Using (1,p) you get: a + b + c = p \n" ); document.write( "Using (2,q) you get: 4a+2b + c = q \n" ); document.write( "Using (3,r) you get: 9a+3b + c == r\r \n" ); document.write( "\n" ); document.write( "---------- \n" ); document.write( "Solutions exist as long as the coefficient \n" ); document.write( "matrix is not singular i.e, as long as the \n" ); document.write( "determinant of that matrix is not zero. \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |