Start with t , add 6, divide by 2, then subtract 5.
Start with t:
t
Add 6:
t + 6
Divide by 2:
(t + 6)/2 Add parentheses because we're dividing the quantity by 2
Then subtract 5:
(t + 6)/2 - 5
Start with t:
t
Add 6:
t + 6
Divide by 2:
(t + 6)/2 Add parentheses because we're dividing the quantity by 2
Then subtract 5:
(t + 6)/2 - 5