a)
Since we need an Expression, we also need a variablel for the "number".
Let's use "n".
We will translate each of the lines:
Pick a number : n
Mutiply that number by 12, so it becomes: n x 12
Add 15 to that, so we put parenthesis around that expression and add "15" to it:
(n x 12) + 15
Divide by 3, then we simply divide whole thing by 3, so we have:
b)
To simplify, let's re-write:
This is the simplified form.