Add 5 to p, then divide the sum by 4
Add 5 to p:
p + 5
Divide the sum by 4:
(p + 5)/4
note: Because this is a sum, we wrap it in parentheses to divide the sum by a number
Add 5 to p:
p + 5
Divide the sum by 4:
(p + 5)/4
note: Because this is a sum, we wrap it in parentheses to divide the sum by a number