हिंदी

Solve the Following System of Equations by Matrix Method: 3x + Y = 7 5x + 3y = 12 - Mathematics

Advertisements
Advertisements

प्रश्न

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

Advertisements

उत्तर

The given system of equations can be written in matrix form as follows:
\[\begin{bmatrix}3 & 1 \\ 5 & 3\end{bmatrix} \binom{x}{y} = \binom{7}{12}\]
\[AX=B\]
Here,
\[A = \begin{bmatrix}3 & 1 \\ 5 & 3\end{bmatrix}, X = \binom{x}{y}\text{ and }B = \binom{7}{12}\]
Now,
\[\left| A \right| = \begin{bmatrix}3 & 1 \\ 5 & 3\end{bmatrix} \]
\[ = 9 - 5\]
\[ = 4 \neq 0\]
\[\text{ So, 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( 3 \right) = 3, C_{12} = \left( - 1 \right)^{1 + 2} \left( 5 \right) = - 5\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \left( 1 \right) = - 1, C_{22} = \left( - 1 \right)^{2 + 2} \left( 3 \right) = 3\]
\[adj A = \begin{bmatrix}3 & - 5 \\ - 1 & 3\end{bmatrix}^T \]
\[ = \begin{bmatrix}3 & - 1 \\ - 5 & 3\end{bmatrix}\]
\[ A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{4}\begin{bmatrix}3 & - 1 \\ - 5 & 3\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ = \frac{1}{4}\begin{bmatrix}3 & - 1 \\ - 5 & 3\end{bmatrix}\binom{7}{12}\]
\[ = \frac{1}{4}\binom{21 - 12}{ - 35 + 36}\]
\[ \Rightarrow \binom{x}{y} = \binom{\frac{9}{4}}{\frac{1}{4}}\]
\[ \therefore x = \frac{9}{4}\text{ and }y = \frac{1}{4}\]

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 8: Solution of Simultaneous Linear Equations - Exercise 8.1 [पृष्ठ १४]

APPEARS IN

आरडी शर्मा Mathematics [English] Class 12
अध्याय 8 Solution of Simultaneous Linear Equations
Exercise 8.1 | Q 1.6 | पृष्ठ १४

संबंधित प्रश्न

Examine the consistency of the system of equations.

x + 2y = 2

2x + 3y = 3


Evaluate

\[\begin{vmatrix}2 & 3 & 7 \\ 13 & 17 & 5 \\ 15 & 20 & 12\end{vmatrix}^2 .\]


If \[A = \begin{bmatrix}2 & 5 \\ 2 & 1\end{bmatrix} \text{ and } B = \begin{bmatrix}4 & - 3 \\ 2 & 5\end{bmatrix}\] , verify that |AB| = |A| |B|.

 

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


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

\[\begin{vmatrix}1 & 43 & 6 \\ 7 & 35 & 4 \\ 3 & 17 & 2\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 :

\[\begin{vmatrix}a & b & c \\ c & a & b \\ b & c & a\end{vmatrix}\]


Show that x = 2 is a root of the equation

\[\begin{vmatrix}x & - 6 & - 1 \\ 2 & - 3x & x - 3 \\ - 3 & 2x & x + 2\end{vmatrix} = 0\]  and solve it completely.
 

 


If \[\begin{vmatrix}a & b - y & c - z \\ a - x & b & c - z \\ a - x & b - y & c\end{vmatrix} =\] 0, then using properties of determinants, find the value of  \[\frac{a}{x} + \frac{b}{y} + \frac{c}{z}\]  , where \[x, y, z \neq\] 0


Using determinants show that the following points are collinear:

(3, −2), (8, 8) and (5, 2)


Find the value of x if the area of ∆ is 35 square cms with vertices (x, 4), (2, −6) and (5, 4).


Prove that :

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

 


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

 


x − 4y − z = 11
2x − 5y + 2z = 39
− 3x + 2y + z = 1


5x − 7y + z = 11
6x − 8y − z = 15
3x + 2y − 6z = 7


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


Solve each of the following system of homogeneous linear equations.
2x + 3y + 4z = 0
x + y + z = 0
2x − y + 3z = 0


If \[A = \begin{bmatrix}1 & 2 \\ 3 & - 1\end{bmatrix}\text{ and B} = \begin{bmatrix}1 & - 4 \\ 3 & - 2\end{bmatrix},\text{ find }|AB|\]


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  \[∆_1 = \begin{vmatrix}1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2\end{vmatrix}, ∆_2 = \begin{vmatrix}1 & bc & a \\ 1 & ca & b \\ 1 & ab & c\end{vmatrix},\text{ then }\]}




If \[D_k = \begin{vmatrix}1 & n & n \\ 2k & n^2 + n + 2 & n^2 + n \\ 2k - 1 & n^2 & n^2 + n + 2\end{vmatrix} and \sum^n_{k = 1} D_k = 48\], then n equals

 


Let \[\begin{vmatrix}x^2 + 3x & x - 1 & x + 3 \\ x + 1 & - 2x & x - 4 \\ x - 3 & x + 4 & 3x\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\] 
be an identity in x, where abcde are independent of x. Then the value of e is


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





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

 


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


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:
\[\frac{2}{x} - \frac{3}{y} + \frac{3}{z} = 10\]
\[\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 10\]
\[\frac{3}{x} - \frac{1}{y} + \frac{2}{z} = 13\]


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


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


Use product \[\begin{bmatrix}1 & - 1 & 2 \\ 0 & 2 & - 3 \\ 3 & - 2 & 4\end{bmatrix}\begin{bmatrix}- 2 & 0 & 1 \\ 9 & 2 & - 3 \\ 6 & 1 & - 2\end{bmatrix}\]  to solve the system of equations x + 3z = 9, −x + 2y − 2z = 4, 2x − 3y + 4z = −3.


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.


The system of linear equations:
x + y + z = 2
2x + y − z = 3
3x + 2y + kz = 4 has a unique solution if


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


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


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 


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×