7 less than a number
What is n-7?
5 more than n.
What is 5+ n?
3 times p
What is 3p?
A number divided by 2
What is n ÷ 2 or n/2?
A number plus 6, then divided by 2
(n + 6) ÷ 2
A number minus 4
What is n-4?
the number "n" plus 12
n+ 12
m multiplied by 5
What is 5m?
Half of a number
What is n ÷ 2 or n/2?
The difference of a number and 4, then multiplied by 3
What is 3(n - 4)?
The difference between a number and 10
What is n- 10?
The sum of r and 8.
What is r+8?
Twice a number "n'
What is 2n?
A number split into 3 equal parts
What is n ÷ 5 or n/5 ?
Double a number, then subtract 7
2n - 7
A number "n" minus twice another number "s"
What is n - 2s or n- 2 x s?
The number "w'' increased by another number "y"
What is w+ y
the product of the number "b" and 9
What is 9b?
The quotient of a number "n" and 5
What is n ÷ 5 or n/5 ?
5 multiplied by 3 minus y
What is 5x 3 - y
15 less than number n
What is n- 15?
Twice a number "z" increased by 3.
What is 2z + 3 or 2x z +3 ?
6 times a number n plus 2
6n + 2
A number divided by 2 minus 3
n ÷ 2 - 3 or n/2- 3
Triple a number, add 4, then divide by 2
(3n + 4) ÷ 2