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

double s, subtract the result from t, then multiply what you have by u.

1 Answer

4 votes

u( t - 2s)

double s is expressed as 2s

subtract this result from t gives t - 2s

multiply this result by u gives u × (t - 2s) = u( t - 2s)


answered
User David Refoua
by
8.3k 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.