Question
Question: Two schools P and Q want to award their selected students on the values of Discipline, Politeness, a...
Two schools P and Q want to award their selected students on the values of Discipline, Politeness, and Punctuality. The school P wants to award Rs x each, Rs y each and Rs z each for the three respective values to its 3,2 and 1 students with a total award money of Rs 1000. School Q wants to spend Rs 1500 to award its 4,1 and 3 students on the respective values (by giving the same award money for the three values as before). If the total amount of awards for one prize on each value is Rs 600, using matrices, find the award money for each value. Apart from the above three values, suggest one more value for awards.
Solution
In this question it is given that x,y and z is the prize amount per student for the values of Discipline, Politeness, and Punctuality respectively. Now using these values and the statements given in the question form equations. The first statement is school P is awarding a total amount of Rs 1000 to its
3,2 and 1 students for three respective values and hence the equation corresponding to this statement is 3x+2y+z=1000. Similarly the second statement for school Q and its prize money will give us the equation 4x+y+3z=1500. The final and last statement is the total amount of awards for one prize on each value is Rs 600 gives the third equation which is x+y+z=600. Represent these three equation in matrix form and using the formula of inverse of matrix that is $$${{A}^{-1}}=\dfrac{1}{\left| A \right|}\left( adj\left( A \right) \right)whereAis a square matrix and $$adj\left( A \right)$$ represents adjoint of matrixAandgetthevaluesofx,yandz$.
Complete step by step answer:
In the question it is given that x,y and z is the prize amount per student for the values of Discipline, Politeness, and Punctuality respectively.
Now, as is school P is awarding a total amount of Rs 1000 to its 3,2 and 1 students for three respective values, we can also write it in equation form as
3x+2y+z=1000................(1)
Similarly, School Q wants to spend Rs 1500 to award its 4,1 and 3 students on the respective values, so it can also be written in equation form as,
4x+y+3z=1500...............(2)
And finally, the total amount of awards for one prize on each value is Rs 600, it can also be represented in equation form as,
x+y+z=600.............(3)
Now representing these three equations in matrix form, we get
∴3 4 1 211131x y z =1000 1500 600
Now, represent the above equation as AX=B where A=3 4 1 211131,X=x y z and B=1000 1500 600 .
So, we will find the determinant as ∣A∣=3(1−3)−2(4−3)+1(4−1)=−6−2+3=−5
As, ∣A∣=0, so we get that the matrix is invertible and A−1 exists.
Now the solution of the above equation AX=B can be written as X=A−1B.
We also know that A−1=∣A∣1(adj(A))
Now adjoint of a matrix is calculated by using cofactors which is represented as Cij. We can find it as shown below,