Let Matrix D represents the number of students receiving prizes for the three categories:
X = ⎡⎢⎣xyz⎤⎥⎦ where x, y and z are rupees mentioned as it is in the question, for sincerity, truthfulness and helpfulness respectively.
E = ⎡⎢⎣16002300900⎤⎥⎦ is a matrix representing the total award money for school A, B and for one prize for each value.
We can represent the given question in matrix multiplication as:
DX = E ⇒ ∣∣∣∣321413111∣∣∣∣∣∣∣∣xyz∣∣∣∣ = ∣∣∣∣16002300900∣∣∣∣
Solution of the matrix equation exists if |D| ≠ 0 i.e., ∣∣∣∣321413111∣∣∣∣ = 3(1-3) - 2(4-3) + 1(4-1) = -6 -2 + 3 = -5
Therefore, the solution of the matrix equation is X = D⁻¹E
To find D⁻¹:
D⁻¹ = (1/|D|) adj(D)
Cofactor matrix of D = ∣∣∣∣-21-1-5-2∣∣∣∣
Transpose of cofactor matrix = Adj D ⇒ ∣∣∣∣-2-12-5-2∣∣∣∣
Therefore, D⁻¹ = (1/-5) ⎡⎢⎣-2-12-5-2⎤⎥⎦
Now, X = D⁻¹E = (1/-5) ⎡⎢⎣-2-12-5-2⎤⎥⎦ ∣∣∣∣16002300900∣∣∣∣ = ∣∣∣∣200300400∣∣∣∣
Therefore, x = 200, y = 300, z = 400.