25.9k views
1 vote
Write an expression for the sequence of operations described below.

add b and c, add the result to d, then triple what you have

Do not simplify any part of the expression.

1 Answer

3 votes
b + c = d
Then 3d or

3 times (b+c = d)
User Snovelli
by
5.8k points