document.write( "Question 1031884: The polynomial f(x) has degree 3. If f(-1) = 15, f(0)= 0, f(1) = -5, and f(2) = 12, then what are the x-intercepts of the graph of f? \n" ); document.write( "
Algebra.Com's Answer #646568 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The polynomial f(x) has degree 3. If f(-1) = 15, f(0)= 0, f(1) = -5, and f(2) = 12, then what are the x-intercepts of the graph of f? \n" ); document.write( "-------------------------- \n" ); document.write( "Form:: ax^3 + bx^2 + cx + d = f(x) \n" ); document.write( "---------- \n" ); document.write( "Using f(-1) = 15: -a + b -c + d = 15 \n" ); document.write( "Using f(0) = 0::: 0 + 0 + 0 + d = 0 \n" ); document.write( "Using f(1) = -5:: a + b + c + d = -5 \n" ); document.write( "Using f(2) = 12::8a + 4b + 2c +d = 12 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Using d = 0 rewrite the equations: \n" ); document.write( "-a + b -c = 15 \n" ); document.write( "a + b +c = -5 \n" ); document.write( "4a + 2b+c = 6 \n" ); document.write( "---------------------- \n" ); document.write( "Add the top 2 equations to get: \n" ); document.write( "2b = 10 \n" ); document.write( "b = 5 \n" ); document.write( "----- \n" ); document.write( "Substitute the bottom two equations to get: \n" ); document.write( "3a + b = 11 \n" ); document.write( "3a = 6 \n" ); document.write( "a = 2 \n" ); document.write( "---- \n" ); document.write( "c = -5-a-b = -5-2-5 = -12 \n" ); document.write( "--------------------------- \n" ); document.write( "Equation: \n" ); document.write( "f(x) = 2x^3 + 5x^2 - 12x \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |