Precalculus

How to solve

Evaluating a function means replacing every input placeholder with a concrete number and simplifying. For polynomials, respect powers before multiplication and addition so each term is computed correctly before combining.

Steps

  1. Substitute the given x into every occurrence in the formula.
  2. Compute powers first, then products, then sums.
  3. Combine to a single number.

Example

If f(x) = 2x² − 3x + 1, find f(3).

  1. f(3) = 2(3)² − 3(3) + 1.
  2. 2 · 9 − 9 + 1 = 18 − 9 + 1 = 10.

Answer: 10

Loading drills…