Question
Question: A school wants to award its students for the values of Honesty, Regularity and Hard work with a tota...
A school wants to award its students for the values of Honesty, Regularity and Hard work with a total cash award of Rs 6,000. Three times the award money for Hard work added to that given for honesty amounts to Rs 11,000. The award money given for Honesty and Hard work together is double the one given for Regularity. Represent the above situation algebraically and find the award money for each value, using matrix method. Apart from these values, namely, Honesty, Regularity and Hard work, suggest one more value which the school must include for awards.
Solution
We start solving the above problem by taking the values of Honesty, Regularity and Hard work as x,y and zrespectively. Then, we represent the above given statements in algebraic forms. We get a system of three linear equations. We represent them in the matrix form AX=B. We have to find the solution that is, matrix X=A−1B. Before finding the solution, we make sure that the matrix A−1 exists by checking whether the determinant of matrix A is zero or not. After making sure that the determinant of matrix A is not equal to zero, we find the matrix A−1 using the formula ∣A∣1Adj(A). Then we obtain the final result X using the formula X=A−1B.
Complete step by step answer:
We were given that the total cash award for the values of Honesty, Regularity and Hard work is Rs 6,000. So, we get,
⇒x+y+z=6000............(1)
And we were also given that three times the award money for Hard work added to that given for honesty amounts to Rs 11,000. So, we get,
⇒x+3z=11000.............(2)
We were also given that the award money given for Honesty and Hard work together is double the one given for Regularity. So, we get,
⇒x+z=2y⇒x−2y+z=0...............(3)
Now, we represent this system of linear equations in matrix form that is in form of, AX=B as
A=1 1 1 10−2131 , X=x y z , B=6000 11000 0
So, let us check whether the determinant is equal to zero or not equal to zero.
Now, let us consider the formula,
a11 a21 a31 a12a22a32a13a23a33=a11(a22a33−a23a32)−a21(a12a33−a13a32)+a31(a12a23−a13a22)
By using the above formula,
∣A∣=1 1 1 10−2131=1(0+6)−1(1+2)+1(3−0)∣A∣=1(6)−1(3)+1(3)∣A∣=6−3+3∣A∣=6
So, we got
∣A∣=0
So, we can say that A−1exists.
Let us consider the formula,
A−1=∣A∣1AdjA
So now, we find the matrix AdjA
To find the adjoint of a matrix, first we find the cofactor matrix of the given matrix. Then we find the transpose of the cofactor matrix.
We have, A=1 1 1 10−2131
Let us find the cofactor matrix for A first.
Cofactor of 1 = 0 −2 31=0(1)−3(−2)=6
Cofactor of 1 = −1 1 31=−(1(1)−3(1))=2
Cofactor of 1 = 1 1 0−2=1(−2)−0(1)=−2
Cofactor of 1 = −1 −2 11=−(1(1)−1(−2))=−3
Cofactor of 0 = 1 1 11=1(1)−1(1)=0
Cofactor of 3 = −1 1 1−2=−(1(−2)−1(1))=3
Cofactor of 1 = 1 0 13=1(3)−1(0)=3
Cofactor of -2 = −1 1 13=−(1(3)−1(1))=−2
Cofactor of 1 = 1 1 10=1(0)−1(1)=−1
So, we get that cofactor matrix as
6 −3 3 20−2−23−1
Now, we need to find AdjA, by taking the transpose of cofactor matrix.
AdjA=6 2 −2 −3033−2−1
Now, let us consider the formula, A−1=∣A∣1AdjA
By using the above formula, we get
A−1=616 2 −2 −3033−2−1
Let us consider the formula,X=A−1B
By using the above formula, we get
X=616 2 −2 −3033−2−16000 11000 0 X=616(6000)−3(11000)+3(0) 2(6000)+0(11000)−2(0) −2(6000)+3(11000)−1(0) X=6136000−33000+0 12000+0−0 −12000+33000−0 X=613000 12000 21000 X=63000 612000 621000 X=500 2000 3500
Therefore, we get x=500, y=2000 and z=3500.
Hence, the values of Honesty, Regularity and Hard work are 500, 2000 and 3500 respectively.
Apart from the Honesty, Regularity and Hard work, Punctuality is one more value which the school must include for awards.
Note: The possible mistakes that can done in this type of questions is while calculating the cofactor matrix, one might forget to multiply the determinant of aijwith negative sign if i+j is an odd number. After solving the problem one can also substitute the obtained values of x, y and z in the equations for verifying the answer.
Substituting in equation (1),
⇒x+y+z=6000⇒500+2000+3500=6000⇒6000=6000
Substituting in equation (2),
⇒x+3z=11000⇒500+3(3500)=11000⇒500+10500=11000⇒11000=11000
Substituting in equation (3),
⇒x−2y+z=0⇒500−2(2000)+3500=0⇒500−4000+3500=0⇒0=0
So, they satisfy the equation given the conditions, so, the obtained answer is correct.