Write an expression for the sequence of operations described below. add q and 10, then subtract r from the result Do not simplify any part of the expression.

Respuesta :

Answer:

q + 10 - r

Step-by-step explanation:

add q and 10 = q + 10

then subtract r from the result = q + 10 - r


Answer:

(q + 10) - r

Step-by-step explanation:

The given verbal expression is " add q and 10, then subtract  r from the results."

Add q and 10 = q + 10

subtract r from the result = (q + 10) - r

So, the final expression is (q + 10) - r