5 questions0m 0s
Learn the skill
Replace every occurrence of the variable with its given value. Calculate parentheses first, then multiplication or division, then addition or subtraction.
Worked example
If x = 5, then 3x + 4 means 3 x 5 + 4 = 15 + 4 = 19. It does not mean 3 x (5 + 4).