Sometimes a single missing number problem can involve both multiplication and addition or subtraction. Also sometimes we are given the missing number and asked to find the answer to the equation. Here's an example:
if x = 7, then what does 2x + 2 equal?
2 * 7 + 2 = 16
if y = 8, then what does 3y - 3 equal? SOLUTION: 3 * 8 - 3 = 21 if n = 3, then what does 4n + 5 equal? SOLUTION: 4 * 3 + 5 = 17 if z = 2, then what does 3n - 5 equal? SOLUTION: 3 * 2 - 5 = 1
value of x | equation: 4x - 2 |
4 | 14 |
3 | 10 |
5 | 18 |
7 | 26 |