Write an expression for the sequence of operations described below.

divide r by 4, then multiply s by the result
Do not simplify any part of the expression.

1 answer

The expression for the sequence of operations described is:

\[ s \times \left( \frac{r}{4} \right) \]

This means you first divide \( r \) by 4 and then multiply \( s \) by the result of that division.