Advertisements
Advertisements
Question
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 ₹x each, ₹y each and ₹z each the three respectively values to its 3, 2 and 1 students with a total award money of ₹1,000. School Q wants to spend ₹1,500 to award its 4, 1 and 3 students on the respective values (by giving the same award money for three values as before). If the total amount of awards for one prize on each value is ₹600, using matrices, find the award money for each value. Apart from the above three values, suggest one more value for awards.
Advertisements
Solution
Let the award money given for Discipline, Politeness and Punctuality be ₹x, ₹y and ₹z respectively.
Since, the total cash award is ₹600.
∴ x + y + z = 600 ....(1)
Award money given by school P is ₹1,000.
∴ 3x + 2y + z = 1000 ....(2)
Award money given by school Q is ₹1,500.
∴ 4x + y + 3z = 1500 ....(3)
The above system of equations can be written in matrix form AX = B as
\[\begin{bmatrix}1 & 1 & 1 \\ 3 & 2 & 1 \\ 4 & 1 & 3\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}600 \\ 1000 \\ 1500\end{bmatrix}\]
\[\text{ Where, }A = \begin{bmatrix}1 & 1 & 1 \\ 3 & 2 & 1 \\ 4 & 1 & 3\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}600 \\ 1000 \\ 1500\end{bmatrix}\]
Now,
\[\left| A \right| = \begin{vmatrix}1 & 1 & 1 \\ 3 & 2 & 1 \\ 4 & 1 & 3\end{vmatrix}\]
\[ = 1\left( 6 - 1 \right) - 1\left( 9 - 4 \right) + 1(3 - 8)\]
\[ = 5 - 5 - 5\]
\[ = - 5\]
\[\text{ Let }C_{ij}\text{ be the cofactors of elements }a_{ij}\text{ in }A = \left[ a_{ij} \right] .\text{ Then, }\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}2 & 1 \\ 1 & 3\end{vmatrix} = 5, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}3 & 1 \\ 4 & 3\end{vmatrix} = - 5, C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}3 & 2 \\ 4 & 1\end{vmatrix} = - 5\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}1 & 1 \\ 1 & 3\end{vmatrix} = - 2 , C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ 4 & 3\end{vmatrix} = - 1 , C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 1 \\ 4 & 1\end{vmatrix} = 3\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}1 & 1 \\ 2 & 1\end{vmatrix} = - 1, C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 1 \\ 3 & 1\end{vmatrix} = 2, C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 1 \\ 3 & 2\end{vmatrix} = - 1\]
\[adj A = \begin{bmatrix}5 & - 5 & - 5 \\ - 2 & - 1 & 3 \\ - 1 & 2 & - 1\end{bmatrix}^T \]
\[ = \begin{bmatrix}5 & - 2 & - 1 \\ - 5 & - 1 & 2 \\ - 5 & 3 & - 1\end{bmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{- 5}\begin{bmatrix}5 & - 2 & - 1 \\ - 5 & - 1 & 2 \\ - 5 & 3 & - 1\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{5}\begin{bmatrix}5 & - 2 & - 1 \\ - 5 & - 1 & 2 \\ - 5 & 3 & - 1\end{bmatrix}\begin{bmatrix}600 \\ 1000 \\ 1500\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{5}\begin{bmatrix}3000 - 2000 - 1500 \\ - 3000 - 1000 + 3000 \\ - 3000 + 3000 - 1500\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{5}\begin{bmatrix}- 500 \\ - 1000 \\ - 1500\end{bmatrix}\]
\[ \Rightarrow x = \frac{- 500}{- 5}, y = \frac{- 1000}{- 5}\text{ and }z = \frac{- 1500}{- 5}\]
\[ \therefore x = 100, y = 200\text{ and }z = 300 .\]
Hence, the award money for each value of Discipline, Politeness and Punctuality is ₹100, ₹200 and ₹300.
One more value which should be considered for award is Honesty.
APPEARS IN
RELATED QUESTIONS
Let A be a nonsingular square matrix of order 3 × 3. Then |adj A| is equal to ______.
Examine the consistency of the system of equations.
2x − y = 5
x + y = 4
Evaluate
\[\begin{vmatrix}2 & 3 & - 5 \\ 7 & 1 & - 2 \\ - 3 & 4 & 1\end{vmatrix}\] by two methods.
Find the value of x, if
\[\begin{vmatrix}3x & 7 \\ 2 & 4\end{vmatrix} = 10\] , find the value of x.
For what value of x the matrix A is singular?
\[A = \begin{bmatrix}x - 1 & 1 & 1 \\ 1 & x - 1 & 1 \\ 1 & 1 & x - 1\end{bmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26\end{vmatrix}\]
Evaluate :
\[\begin{vmatrix}1 & a & bc \\ 1 & b & ca \\ 1 & c & ab\end{vmatrix}\]
Evaluate the following:
\[\begin{vmatrix}x & 1 & 1 \\ 1 & x & 1 \\ 1 & 1 & x\end{vmatrix}\]
Without expanding, prove that
\[\begin{vmatrix}a & b & c \\ x & y & z \\ p & q & r\end{vmatrix} = \begin{vmatrix}x & y & z \\ p & q & r \\ a & b & c\end{vmatrix} = \begin{vmatrix}y & b & q \\ x & a & p \\ z & c & r\end{vmatrix}\]
If a, b, c are real numbers such that
\[\begin{vmatrix}b + c & c + a & a + b \\ c + a & a + b & b + c \\ a + b & b + c & c + a\end{vmatrix} = 0\] , then show that either
\[a + b + c = 0 \text{ or, } a = b = c\]
Using determinants prove that the points (a, b), (a', b') and (a − a', b − b') are collinear if ab' = a'b.
Prove that :
2x − y = − 2
3x + 4y = 3
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
Solve each of the following system of homogeneous linear equations.
2x + 3y + 4z = 0
x + y + z = 0
2x − y + 3z = 0
Find the real values of λ for which the following system of linear equations has non-trivial solutions. Also, find the non-trivial solutions
\[2 \lambda x - 2y + 3z = 0\]
\[ x + \lambda y + 2z = 0\]
\[ 2x + \lambda z = 0\]
For what value of x, the following matrix is singular?
Write the value of the determinant
\[\begin{bmatrix}2 & 3 & 4 \\ 2x & 3x & 4x \\ 5 & 6 & 8\end{bmatrix} .\]
If w is an imaginary cube root of unity, find the value of \[\begin{vmatrix}1 & w & w^2 \\ w & w^2 & 1 \\ w^2 & 1 & w\end{vmatrix}\]
If \[\begin{vmatrix}2x + 5 & 3 \\ 5x + 2 & 9\end{vmatrix} = 0\]
Write the value of the determinant \[\begin{vmatrix}2 & 3 & 4 \\ 5 & 6 & 8 \\ 6x & 9x & 12x\end{vmatrix}\]
The value of the determinant \[\begin{vmatrix}x & x + y & x + 2y \\ x + 2y & x & x + y \\ x + y & x + 2y & x\end{vmatrix}\] is
Let \[f\left( x \right) = \begin{vmatrix}\cos x & x & 1 \\ 2\sin x & x & 2x \\ \sin x & x & x\end{vmatrix}\] \[\lim_{x \to 0} \frac{f\left( x \right)}{x^2}\] is equal to
There are two values of a which makes the determinant \[∆ = \begin{vmatrix}1 & - 2 & 5 \\ 2 & a & - 1 \\ 0 & 4 & 2a\end{vmatrix}\] equal to 86. The sum of these two values is
Two schools A and B want to award their selected students on the values of sincerity, truthfulness and helpfulness. The school A wants to award ₹x each, ₹y each and ₹z each for the three respective values to 3, 2 and 1 students respectively with a total award money of ₹1,600. School B wants to spend ₹2,300 to award its 4, 1 and 3 students on the respective values (by giving the same award money to the three values as before). If the total amount of award for one prize on each value is ₹900, using matrices, find the award money for each value. Apart from these three values, suggest one more value which should be considered for award.
x + y − 6z = 0
x − y + 2z = 0
−3x + y + 2z = 0
2x + 3y − z = 0
x − y − 2z = 0
3x + y + 3z = 0
Let \[X = \begin{bmatrix}x_1 \\ x_2 \\ x_3\end{bmatrix}, A = \begin{bmatrix}1 & - 1 & 2 \\ 2 & 0 & 1 \\ 3 & 2 & 1\end{bmatrix}\text{ and }B = \begin{bmatrix}3 \\ 1 \\ 4\end{bmatrix}\] . If AX = B, then X is equal to
Consider the system of equations:
a1x + b1y + c1z = 0
a2x + b2y + c2z = 0
a3x + b3y + c3z = 0,
if \[\begin{vmatrix}a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3\end{vmatrix}\]= 0, then the system has
If `|(2x, 5),(8, x)| = |(6, 5),(8, 3)|`, then find x
If `|(2x, 5),(8, x)| = |(6, -2),(7, 3)|`, then value of x is ______.
If ` abs((1 + "a"^2 "x", (1 + "b"^2)"x", (1 + "c"^2)"x"),((1 + "a"^2) "x", 1 + "b"^2 "x", (1 + "c"^2) "x"), ((1 + "a"^2) "x", (1 + "b"^2) "x", 1 + "c"^2 "x"))`, then f(x) is apolynomial of degree ____________.
`abs (("a"^2, 2"ab", "b"^2),("b"^2, "a"^2, 2"ab"),(2"ab", "b"^2, "a"^2))` is equal to ____________.
In system of equations, if inverse of matrix of coefficients A is multiplied by right side constant B vector then resultant will be?
If `|(x + a, beta, y),(a, x + beta, y),(a, beta, x + y)|` = 0, then 'x' is equal to
If the following equations
x + y – 3 = 0
(1 + λ)x + (2 + λ)y – 8 = 0
x – (1 + λ)y + (2 + λ) = 0
are consistent then the value of λ can be ______.
Using the matrix method, solve the following system of linear equations:
`2/x + 3/y + 10/z` = 4, `4/x - 6/y + 5/z` = 1, `6/x + 9/y - 20/z` = 2.
