Write an expression for the sequence of operations described below.

multiply y by z, then double the result
Do not simplify any part of the expression.

1 answer

The expression for the sequence of operations described would be:

\[ 2(y \cdot z) \]

This represents multiplying \( y \) by \( z \), and then doubling the result.