121k views
2 votes
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.

2 Answers

1 vote

Answer:

q + 10 - r

Explanation:

add q and 10 = q + 10

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


User Yashar Habibi
by
5.4k points
3 votes

Answer:

(q + 10) - r

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

User Peter David Carter
by
5.6k points