
Patrick B. answered 11/02/20
Math and computer tutor/teacher
u(x) = 2-x and w(x) = x^2+1
Then
T(x) = w comp u = (2-x)^2 + 1
M(x) = u comp w = 2-(x^2+1)
= 2 - x^2 - 1
= 1 - x^2
T(5) = 10; note that u(5) = -3 and w(-3) = 10
which agrees
M(5) = -24; note that w(5) = 26 and u(26) = 2-26 = -24
which agrees