Advertisements
Advertisements
Question
The sum of three numbers is 2. If twice the second number is added to the sum of first and third, the sum is 1. By adding second and third number to five times the first number, we get 6. Find the three numbers by using matrices.
Advertisements
Solution 1
Let the three numbers be x, y and z.
According to the question,
\[x + y + 2\]
\[x + 2y + z = 1\]
\[5x + y + z = 6\]
The given system of equations can be written in matrix form as follows:
\[ \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 1 \\ 5 & 1 & 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
AX = B
Here,
\[A = \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 1 \\ 5 & 1 & 1\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
\[\left| A \right|=1 \left( 2 - 1 \right) - 1\left( 1 - 5 \right) + 1\left( 1 - 10 \right)\]
\[ = 1 + 4 - 9\]
\[ = - 4\]
\[ {\text{ Let }C}_{ij} {\text{ be the cofactors of t he elements a }}_{ij}\text{ in }A=\left[ a_{ij} \right].\text{ Then,}\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}2 & 1 \\ 1 & 1\end{vmatrix} = 1, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = 4, C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & 2 \\ 5 & 1\end{vmatrix} = - 9\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}1 & 1 \\ 1 & 1\end{vmatrix} = 0, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = - 4, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = 4\]
\[ 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 \\ 1 & 1\end{vmatrix} = 0, C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix} = 1\]
\[adjA = \begin{bmatrix}1 & 4 & - 9 \\ 0 & - 4 & 4 \\ - 1 & 0 & 1\end{bmatrix}^T \]
\[ = \begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{- 4}\begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ \Rightarrow X = \frac{1}{- 4}\begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
\[ \Rightarrow X = \frac{1}{- 4}\begin{bmatrix}2 + 0 - 6 \\ 8 - 4 + 0 \\ - 18 + 4 + 6\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \frac{1}{- 4}\begin{bmatrix}- 4 \\ 4 \\ - 8\end{bmatrix}\]
\[ \therefore x = 1, y = - 1\text{ and }z = 2\]
Solution 2
x = first number, y = second number, z = third number.
Sum of three numbers is 2
x + y + z = 2
Twice the second number + (first + third) = 1
x + 2y + z = 1
(Second + third) + 5 × (first) = 6
5x + y + z = 6
`{{:(x + y + z = 2),(x + 2y + z = 1),(5x + y + z = 6):}`
Write in matrix form
`[(1,1,1),(1,2,1),(5,1,1)] [(x),(y),(z)] = [(2),(1),(6)]`
AX = B
where
`A = [(1,1,1),(1,2,1),(5,1,1)], x = [(x),(y),(z)], B = [(2),(1),(6)]`
We will solve for X = A−1B.
(x + 2y + z) − (x + y + z) = 1 − 2 ⟹ y = −1
(5x + y + z) − (x + y + z) = 6 − 2 ⟹ 4x = 4 ⟹ x = 1
1 + (−1) + z = 2 ⟹ z = 2
x = 1, y = −1, z = 2.
APPEARS IN
RELATED QUESTIONS
Examine the consistency of the system of equations.
x + 3y = 5
2x + 6y = 8
Solve the system of linear equations using the matrix method.
2x + 3y + 3z = 5
x − 2y + z = −4
3x − y − 2z = 3
If A \[\begin{bmatrix}1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4\end{bmatrix}\] , then show that |3 A| = 27 |A|.
Find the value of x, if
\[\begin{vmatrix}x + 1 & x - 1 \\ x - 3 & x + 2\end{vmatrix} = \begin{vmatrix}4 & - 1 \\ 1 & 3\end{vmatrix}\]
Find the integral value of x, if \[\begin{vmatrix}x^2 & x & 1 \\ 0 & 2 & 1 \\ 3 & 1 & 4\end{vmatrix} = 28 .\]
For what value of x the matrix A is singular?
\[ A = \begin{bmatrix}1 + x & 7 \\ 3 - x & 8\end{bmatrix}\]
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 the following determinant:
\[\begin{vmatrix}a & h & g \\ h & b & f \\ g & f & c\end{vmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}1 & 3 & 9 & 27 \\ 3 & 9 & 27 & 1 \\ 9 & 27 & 1 & 3 \\ 27 & 1 & 3 & 9\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}8 & 2 & 7 \\ 12 & 3 & 5 \\ 16 & 4 & 3\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}0 & x & y \\ - x & 0 & z \\ - y & - z & 0\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sin\alpha & \cos\alpha & \cos(\alpha + \delta) \\ \sin\beta & \cos\beta & \cos(\beta + \delta) \\ \sin\gamma & \cos\gamma & \cos(\gamma + \delta)\end{vmatrix}\]
Evaluate the following:
\[\begin{vmatrix}x & 1 & 1 \\ 1 & x & 1 \\ 1 & 1 & x\end{vmatrix}\]
Prove that:
`[(a, b, c),(a - b, b - c, c - a),(b + c, c + a, a + b)] = a^3 + b^3 + c^3 -3abc`
Prove that
\[\begin{vmatrix}- bc & b^2 + bc & c^2 + bc \\ a^2 + ac & - ac & c^2 + ac \\ a^2 + ab & b^2 + ab & - ab\end{vmatrix} = \left( ab + bc + ca \right)^3\]
Prove the following identity:
\[\begin{vmatrix}2y & y - z - x & 2y \\ 2z & 2z & z - x - y \\ x - y - z & 2x & 2x\end{vmatrix} = \left( x + y + z \right)^3\]
Prove the following identity:
`|(a^3,2,a),(b^3,2,b),(c^3,2,c)| = 2(a-b) (b-c) (c-a) (a+b+c)`
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}\]
Solve the following determinant equation:
Solve the following determinant equation:
If \[a, b\] and c are all non-zero and
Find the area of the triangle with vertice at the point:
(0, 0), (6, 0) and (4, 3)
If the points (a, 0), (0, b) and (1, 1) are collinear, prove that a + b = ab.
Find values of k, if area of triangle is 4 square units whose vertices are
(−2, 0), (0, 4), (0, k)
x − 2y = 4
−3x + 5y = −7
2x − y = 1
7x − 2y = −7
Prove that :
Prove that :
Prove that :
Prove that
2x − y = − 2
3x + 4y = 3
Given: x + 2y = 1
3x + y = 4
x − 4y − z = 11
2x − 5y + 2z = 39
− 3x + 2y + z = 1
x+ y = 5
y + z = 3
x + z = 4
2y − 3z = 0
x + 3y = − 4
3x + 4y = 3
3x − y + 2z = 6
2x − y + z = 2
3x + 6y + 5z = 20.
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?
If \[A = \begin{bmatrix}1 & 2 \\ 3 & - 1\end{bmatrix}\text{ and B} = \begin{bmatrix}1 & - 4 \\ 3 & - 2\end{bmatrix},\text{ find }|AB|\]
If the matrix \[\begin{bmatrix}5x & 2 \\ - 10 & 1\end{bmatrix}\] is singular, find the value of x.
If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , write the value of x.
If ω is a non-real cube root of unity and n is not a multiple of 3, then \[∆ = \begin{vmatrix}1 & \omega^n & \omega^{2n} \\ \omega^{2n} & 1 & \omega^n \\ \omega^n & \omega^{2n} & 1\end{vmatrix}\]
\[\begin{vmatrix}\log_3 512 & \log_4 3 \\ \log_3 8 & \log_4 9\end{vmatrix} \times \begin{vmatrix}\log_2 3 & \log_8 3 \\ \log_3 4 & \log_3 4\end{vmatrix}\]
The determinant \[\begin{vmatrix}b^2 - ab & b - c & bc - ac \\ ab - a^2 & a - b & b^2 - ab \\ bc - ca & c - a & ab - a^2\end{vmatrix}\]
If \[x, y \in \mathbb{R}\], then the determinant
Solve the following system of equations by matrix method:
3x + y = 7
5x + 3y = 12
Solve the following system of equations by matrix method:
x + y − z = 3
2x + 3y + z = 10
3x − y − 7z = 1
Solve the following system of equations by matrix method:
6x − 12y + 25z = 4
4x + 15y − 20z = 3
2x + 18y + 15z = 10
Solve the following system of equations by matrix method:
3x + 4y + 7z = 14
2x − y + 3z = 4
x + 2y − 3z = 0
Show that the following systems of linear equations is consistent and also find their solutions:
6x + 4y = 2
9x + 6y = 3
Show that the following systems of linear equations is consistent and also find their solutions:
5x + 3y + 7z = 4
3x + 26y + 2z = 9
7x + 2y + 10z = 5
Show that each one of the following systems of linear equation is inconsistent:
2x + 3y = 5
6x + 9y = 10
If \[A = \begin{bmatrix}1 & 2 & 0 \\ - 2 & - 1 & - 2 \\ 0 & - 1 & 1\end{bmatrix}\] , find A−1. Using A−1, solve the system of linear equations x − 2y = 10, 2x − y − z = 8, −2y + z = 7
If \[A = \begin{bmatrix}2 & 3 & 1 \\ 1 & 2 & 2 \\ 3 & 1 & - 1\end{bmatrix}\] , find A–1 and hence solve the system of equations 2x + y – 3z = 13, 3x + 2y + z = 4, x + 2y – z = 8.
A company produces three products every day. Their production on a certain day is 45 tons. It is found that the production of third product exceeds the production of first product by 8 tons while the total production of first and third product is twice the production of second product. Determine the production level of each product using matrix method.
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.
A total amount of ₹7000 is deposited in three different saving bank accounts with annual interest rates 5%, 8% and \[8\frac{1}{2}\] % respectively. The total annual interest from these three accounts is ₹550. Equal amounts have been deposited in the 5% and 8% saving accounts. Find the amount deposited in each of the three accounts, with the help of matrices.
2x − y + 2z = 0
5x + 3y − z = 0
x + 5y − 5z = 0
3x − y + 2z = 0
4x + 3y + 3z = 0
5x + 7y + 4z = 0
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
2x + 3y − z = 0
x − y − 2z = 0
3x + y + 3z = 0
The system of equations:
x + y + z = 5
x + 2y + 3z = 9
x + 3y + λz = µ
has a unique solution, if
(a) λ = 5, µ = 13
(b) λ ≠ 5
(c) λ = 5, µ ≠ 13
(d) µ ≠ 13
x + y = 1
x + z = − 6
x − y − 2z = 3
Find the inverse of the following matrix, using elementary transformations:
`A= [[2 , 3 , 1 ],[2 , 4 , 1],[3 , 7 ,2]]`
The value of x, y, z for the following system of equations x + y + z = 6, x − y+ 2z = 5, 2x + y − z = 1 are ______
Solve the following equations by using inversion method.
x + y + z = −1, x − y + z = 2 and x + y − z = 3
If A = `[(1, -1, 2),(3, 0, -2),(1, 0, 3)]`, verify that A(adj A) = (adj A)A
Using determinants, find the equation of the line joining the points (1, 2) and (3, 6).
Let A = `[(1,sin α,1),(-sin α,1,sin α),(-1,-sin α,1)]`, where 0 ≤ α ≤ 2π, then:
The existence of unique solution of the system of linear equations x + y + z = a, 5x – y + bz = 10, 2x + 3y – z = 6 depends on
If the system of equations x + λy + 2 = 0, λx + y – 2 = 0, λx + λy + 3 = 0 is consistent, then
If a, b, c are non-zeros, then the system of equations (α + a)x + αy + αz = 0, αx + (α + b)y + αz = 0, αx+ αy + (α + c)z = 0 has a non-trivial solution if
What is the nature of the given system of equations
`{:(x + 2y = 2),(2x + 3y = 3):}`
If the system of linear equations
2x + y – z = 7
x – 3y + 2z = 1
x + 4y + δz = k, where δ, k ∈ R has infinitely many solutions, then δ + k is equal to ______.
Let `θ∈(0, π/2)`. If the system of linear equations,
(1 + cos2θ)x + sin2θy + 4sin3θz = 0
cos2θx + (1 + sin2θ)y + 4sin3θz = 0
cos2θx + sin2θy + (1 + 4sin3θ)z = 0
has a non-trivial solution, then the value of θ is
______.
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.
