
L. Marizza B. answered 11/08/19
Presidential Award in Mathematics and 20+ yrs of teaching Calculus
So let's call your input/output matrix B
Then the question is actually asking to find [M, T, A] such that
B [M A T] = [1100,1100,1100].
Acutally, both [M A T] and [1100 1100 1100} should be vertical vectors, but whatever, let's proceed.
In order to solve this equation, you must multiply both sides by B-1 , to get
[M A T] = B-1 [1100 1100 1100]
to get
M = 1600
A = 2800
T = 1200