Substitution

Substitution is simply when we relace every instance of a variable in an expression with a value we know.

For example, we may be asked to work out the value of an expression when x= a certain value.

Steps

  1. Replace every instance of the variable in the expression with the given value - put this value inside brackets to avoid mistakes with negative numbers.
  2. Evaluate the expression by just calculating the expression as normal. Make sure to follow the order of operations.

Examples

Find the value of 2x + 3 when x = 4

Find the value of x^2 - 5x + 6 when x = 3

Find the value of 3y^2 + 2y - 4 when y = -2

Find the value of \frac{2a + 5}{a - 1} when a = 6

Find the value of 4b^2 - 3b + 2 when b = \frac{1}{2}