Write an expression for the sequence of operations described below.

add s and 8, then divide 3 by the result
Do not simplify any part of the expression.

( s + 8 ) / 3

Write an expression for the sequence of operations described below.

add 10 to 2, then add w to the result
Do not simplify any part of the expression.

2 + 10 + w