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
6.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.