English

Solve the Following System of Equations by Matrix Method: 5x + 2y = 3 3x + 2y = 5

Advertisements
Advertisements

Question

Solve the following system of equations by matrix method:
 5x + 2y = 3
 3x + 2y = 5

Advertisements

Solution

The given system of equations can be written in matrix form as follows:
\[\begin{bmatrix}5 & 2 \\ 3 & 2\end{bmatrix} \binom{x}{y} = \binom{3}{5}\]
\[AX=B\]
Here,
\[A = \begin{bmatrix}5 & 2 \\ 3 & 2\end{bmatrix}, X = \binom{x}{y}\text{ and }B = \binom{3}{5}\]
Now, 
\[\left| A \right| = \begin{bmatrix}5 & 2 \\ 3 & 2\end{bmatrix} \]
\[ = 10 - 6\]
\[ = 4 \neq 0\]
\[\text{ The given system has a unique solution given by} X = A^{- 1} B . \]
\[ {\text{Let }C}_{ij} {\text{ be the cofactors of the elements a}}_{ij}\text{ in }A=\left[ a_{ij} \right]. \text{ Then,}\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \left( 2 \right) = 2 , C_{12} = \left( - 1 \right)^{1 + 2} \left( 3 \right) = - 3\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \left( 2 \right) = - 2, C_{22} = \left( - 1 \right)^{2 + 2} \left( 5 \right) = 5\]
\[ \therefore adj A = \begin{bmatrix}2 & - 3 \\ - 2 & 5\end{bmatrix}^T \]
\[ = \begin{bmatrix}2 & - 2 \\ - 3 & 5\end{bmatrix}\]
\[ A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{4}\begin{bmatrix}2 & - 2 \\ - 3 & 5\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ = \frac{1}{4}\begin{bmatrix}2 & - 2 \\ - 3 & 5\end{bmatrix}\binom{3}{5}\]
\[ = \frac{1}{4}\binom{6 - 10}{ - 9 + 25}\]
\[\binom{x}{y} = \binom{\frac{- 4}{4}}{\frac{16}{4}}\]
\[ \therefore x = - 1\text{ and }y = 4\]

shaalaa.com
  Is there an error in this question or solution?
Chapter 7: Solution of Simultaneous Linear Equations - Exercise 8.1 [Page 14]

APPEARS IN

R.D. Sharma Mathematics Volume 1 and 2 [English] Class 12
Chapter 7 Solution of Simultaneous Linear Equations
Exercise 8.1 | Q 1.2 | Page 14

RELATED QUESTIONS

Let A be a nonsingular square matrix of order 3 × 3. Then |adj A| is equal to ______.


Find the value of x, if

\[\begin{vmatrix}2 & 3 \\ 4 & 5\end{vmatrix} = \begin{vmatrix}x & 3 \\ 2x & 5\end{vmatrix}\]


Evaluate the following determinant:

\[\begin{vmatrix}67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26\end{vmatrix}\]


Without expanding, show that the value of the following determinant is zero:

\[\begin{vmatrix}6 & - 3 & 2 \\ 2 & - 1 & 2 \\ - 10 & 5 & 2\end{vmatrix}\]


Evaluate the following:

\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\end{vmatrix}\]


\[\begin{vmatrix}b^2 + c^2 & ab & ac \\ ba & c^2 + a^2 & bc \\ ca & cb & a^2 + b^2\end{vmatrix} = 4 a^2 b^2 c^2\]


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\]


\[\begin{vmatrix}1 + a & 1 & 1 \\ 1 & 1 + a & a \\ 1 & 1 & 1 + a\end{vmatrix} = a^3 + 3 a^2\]


​Solve the following determinant equation:

\[\begin{vmatrix}1 & x & x^2 \\ 1 & a & a^2 \\ 1 & b & b^2\end{vmatrix} = 0, a \neq b\]

 


​Solve the following determinant equation:

\[\begin{vmatrix}3 & - 2 & \sin\left( 3\theta \right) \\ - 7 & 8 & \cos\left( 2\theta \right) \\ - 11 & 14 & 2\end{vmatrix} = 0\]

 


Using determinants, find the equation of the line joining the points

(3, 1) and (9, 3)


x − 2y = 4
−3x + 5y = −7


Prove that :

\[\begin{vmatrix}z & x & y \\ z^2 & x^2 & y^2 \\ z^4 & x^4 & y^4\end{vmatrix} = \begin{vmatrix}x & y & z \\ x^2 & y^2 & z^2 \\ x^4 & y^4 & z^4\end{vmatrix} = \begin{vmatrix}x^2 & y^2 & z^2 \\ x^4 & y^4 & z^4 \\ x & y & z\end{vmatrix} = xyz \left( x - y \right) \left( y - z \right) \left( z - x \right) \left( x + y + z \right) .\]

 


Prove that :

\[\begin{vmatrix}\left( a + 1 \right) \left( a + 2 \right) & a + 2 & 1 \\ \left( a + 2 \right) \left( a + 3 \right) & a + 3 & 1 \\ \left( a + 3 \right) \left( a + 4 \right) & a + 4 & 1\end{vmatrix} = - 2\]

 


Prove that :

\[\begin{vmatrix}1 & a^2 + bc & a^3 \\ 1 & b^2 + ca & b^3 \\ 1 & c^2 + ab & c^3\end{vmatrix} = - \left( a - b \right) \left( b - c \right) \left( c - a \right) \left( a^2 + b^2 + c^2 \right)\]

 


Prove that

\[\begin{vmatrix}a^2 + 1 & ab & ac \\ ab & b^2 + 1 & bc \\ ca & cb & c^2 + 1\end{vmatrix} = 1 + a^2 + b^2 + c^2\]

3x + y = 5
− 6x − 2y = 9


x − y + z = 3
2x + y − z = 2
− x − 2y + 2z = 1


x + 2y = 5
3x + 6y = 15


Write the value of the determinant \[\begin{vmatrix}2 & 3 & 4 \\ 5 & 6 & 8 \\ 6x & 9x & 12x\end{vmatrix}\]


If \[\begin{vmatrix}x + 1 & x - 1 \\ x - 3 & x + 2\end{vmatrix} = \begin{vmatrix}4 & - 1 \\ 1 & 3\end{vmatrix}\], then write the value of x.

If \[\begin{vmatrix}3x & 7 \\ - 2 & 4\end{vmatrix} = \begin{vmatrix}8 & 7 \\ 6 & 4\end{vmatrix}\] , find the value of x.


If\[f\left( x \right) = \begin{vmatrix}0 & x - a & x - b \\ x + a & 0 & x - c \\ x + b & x + c & 0\end{vmatrix}\]





Solve the following system of equations by matrix method:
3x + 4y + 2z = 8
2y − 3z = 3
x − 2y + 6z = −2


Solve the following system of equations by matrix method:
 8x + 4y + 3z = 18
2x + y +z = 5
x + 2y + z = 5


Solve the following system of equations by matrix method:
x − y + 2z = 7
3x + 4y − 5z = −5
2x − y + 3z = 12


Show that the following systems of linear equations is consistent and also find their solutions:
2x + 3y = 5
6x + 9y = 15


Show that the following systems of linear equations is consistent and also find their solutions:
x + y + z = 6
x + 2y + 3z = 14
x + 4y + 7z = 30


Show that each one of the following systems of linear equation is inconsistent:
3x − y − 2z = 2
2y − z = −1
3x − 5y = 3


Two institutions decided to award their employees for the three values of resourcefulness, competence and determination in the form of prices at the rate of Rs. xy and z respectively per person. The first institution decided to award respectively 4, 3 and 2 employees with a total price money of Rs. 37000 and the second institution decided to award respectively 5, 3 and 4 employees with a total price money of Rs. 47000. If all the three prices per person together amount to Rs. 12000 then using matrix method find the value of xy and z. What values are described in this equations?


For the system of equations:
x + 2y + 3z = 1
2x + y + 3z = 2
5x + 5y + 9z = 4


The existence of the unique solution of the system of equations:
x + y + z = λ
5x − y + µz = 10
2x + 3y − z = 6
depends on


System of equations x + y = 2, 2x + 2y = 3 has ______


Transform `[(1, 2, 4),(3, -1, 5),(2, 4, 6)]` into an upper triangular matrix by using suitable row transformations


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 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.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×