asked 102k views
5 votes
Write an expression for the sequence of operations described below.

divide s by u, add the result to t, then add v to what you have
Do not simplify any part of the expression

1 Answer

5 votes

Explanation:

s+u

Add t: You will need to introduce brackets

(s+u) + t

Add v: Introduce another v

((s/u) + t) + v

answered
User Guillaumepotier
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.