Write an expression for the sequence of operations described below.

multiply 5 by h, then double the result
Do not simplify any part of the expression.

1 answer

To represent the sequence of operations described, you can write the expression as follows:

\[ 2 \times (5 \times h) \]

This expression indicates that you first multiply 5 by \( h \), and then you double the result by multiplying it by 2.