Write an expression for the sequence of operations described below.

multiply 10 by q, subtract the result from r, then add what you have to 3
Do not simplify any part of the expression.

1 answer

The expression for the sequence of operations described is:

\[ 3 + (r - (10 \times q)) \]