
Gene G. answered 02/15/16
Tutor
5.0
(257)
You can do it! I'll show you how.
This is just an order of operations question. PEMDAS
5t[t-(r-s)]
Start with the inner-most parentheses:
5t[t-r+s] you can think of -(r-s) as (-1)(r-s)
Now expand the remaining expression:
(5t)(t) - (5t)(r) + (5t)(s)
5t2-5rt+5st