1) Writing
Expressions
Expressions
add 12 and n
12 + n
p less than 29
29 - p
"Minus"
SUBTRACTION
6 times c
6c
"Plus"
ADDITION
9 multiply by x
9x
28 divided by t
28 ÷ t
"All together"
ADDITION
15 fewer than x
x - 15
"Difference"
SUBTRACTION
sum of h and 9
h + 9
subtract r from 16
16 - r
"Product"
MULTIPLICATION
the difference between 17 and a
17 - a
"than"
Reverse order
the product of y and 7
7y
the total of 5 and s
5 + s
"is"
EQUAL
h split into 5 equal parts
h ÷ 5
"Half"
DIVISION
7 less than then k times 6
6k - 7
14 divided by 7 increased by w
(14 ÷ 7) + w
"Quotient"
DIVISION
the sum of 14 and g divided by 9
(14 + g) ÷ 9
"Double" or "Triple"
MULTIPLICATION