Write an expression for the sequence of operations described below.

add 3 to h, then multiply 4 by the result
Do not simplify any part of the expression.

4 * (h + 3)

Is it 4x(h+3) ?

Yes, that is correct. The expression is 4 x (h + 3).