document.write( "Question 1155338: Find the function f(x)=ax^3+bx^2+cx+d for which, f(-3)=-112, f(-1)=-2, f(1)=4, f(2)=13.\r
\n" );
document.write( "\n" );
document.write( "I know the answer is f(x) 3x^3-4x^2+5\r
\n" );
document.write( "\n" );
document.write( "But, i would like to know how to solve this \n" );
document.write( "
Algebra.Com's Answer #777910 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! There are 4 linear equations in 4 unknowns \n" ); document.write( ": \n" ); document.write( "(1) -27a +9b -3c +d = -112 \n" ); document.write( ": \n" ); document.write( "(2) -a +b -c +d = -2 \n" ); document.write( ": \n" ); document.write( "(3) a +b +c +d = 4 \n" ); document.write( ": \n" ); document.write( "(4) 8a +4b +2c +d = 13 \n" ); document.write( ": \n" ); document.write( "Any of the following methods can be used, elimination method, substitution method, Gauss-Seidel method, Cramer's Rule \n" ); document.write( ": \n" ); document.write( "Note if you add equations 2 and 3 you get b +d = 1 and this can be used to eliminate a variable \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |