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)


User David Refoua
by
8.3k points

No related questions found