1. Evaluating a Function
StudentBackground
A student needs to find the value of P(x) = 1x³ - 2x² - 3x + 1 at x = 2.
Problem
Manual calculation is prone to sign errors.
How to use
Set operation to 'Evaluate P(x)', input coefficients 1, -2, -3, 1, and set x to 2.
operation: evaluate, a: 1, b: -2, c: -3, d: 1, x: 2Outcome
The tool returns the evaluated result of -5.