5 questions0m 0s
Learn the skill
Replace every occurrence of the variable with its value. Follow operation order: do multiplication before addition unless parentheses say otherwise.
Worked example
If n = 4, then 3n + 2 = 3 x 4 + 2 = 14.