Answer :

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:

[tex]\frac{(n\times12)+15}{3}[/tex]

b)

To simplify, let's re-write:

[tex]\begin{gathered} \frac{(n\times12)+15}{3} \\ =\frac{12n+15}{3} \\ =\frac{12n}{3}+\frac{15}{3} \\ =4n+5 \end{gathered}[/tex]

This is the simplified form.