Write an expression for the sequence of operations described below.

double h, then subtract 9 from the result
Do not simplify any part of the expression.

1 answer

The expression for the sequence of operations described can be written as:

\[ 2h - 9 \]

This indicates that you first double \( h \) (which is done by multiplying \( h \) by 2), and then subtract 9 from that result.