English

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

Advertisements
Advertisements

Question

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

Advertisements

Solution

Here,
\[x + y + z = 6 . . . (1)\]
\[x + 2y + 3z = 14 . . . (2)\]
\[x + 4y + 7z = 30 . . . (3)\]
\[or, AX = B \]
where, 
\[ A = \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[\begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[\left| A \right| = \begin{vmatrix}1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 7\end{vmatrix}\]
\[ = 1\left( 14 - 12 \right) - 1\left( 7 - 3 \right) + 1(4 - 2)\]
\[ = 2 - 4 + 2\]
\[ = 0\]
So, A is singular . Thus, the given system of equations is either inconsistent or it is consistent with
\[\text{ infinitely many solutions because }\left( adj A \right)B \neq 0\text{ or }\left( adj A \right) = 0 . \]
\[ {\text{ Let }C}_{ij} {\text{ be the co-factors of the elements a }}_{ij}\text{ in }A\left[ a_{ij} \right]. \text{Then, }\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}2 & 3 \\ 4 & 7\end{vmatrix} = 2, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & 3 \\ 1 & 7\end{vmatrix} = - 4 , C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & 2 \\ 1 & 4\end{vmatrix} = 2\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}1 & 1 \\ 4 & 7\end{vmatrix} = - 3, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ 1 & 7\end{vmatrix} = 6, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 1 \\ 1 & 4\end{vmatrix} = - 3\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}1 & 1 \\ 2 & 3\end{vmatrix} = 1 , C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 1 \\ 1 & 3\end{vmatrix} = - 2 , C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix} = 1\]
\[adj A = \begin{bmatrix}2 & - 4 & 2 \\ - 3 & 6 & - 3 \\ 1 & - 2 & 1\end{bmatrix}^T \]
\[ = \begin{bmatrix}2 & - 3 & 1 \\ - 4 & 6 & - 2 \\ 2 & - 3 & 1\end{bmatrix}\]
\[\left( adj A \right)B = \begin{bmatrix}2 & - 3 & 1 \\ - 4 & 6 & - 2 \\ 2 & - 3 & 1\end{bmatrix}\begin{bmatrix}6 \\ 14 \\ 30\end{bmatrix}\]
\[ = \begin{bmatrix}12 - 42 + 30 \\ - 24 + 84 - 60 \\ 12 - 42 + 30\end{bmatrix}\]
\[ = \begin{bmatrix}0 \\ 0 \\ 0\end{bmatrix}\]
\[\text{ If }\left| A \right|=0\text{ and }\left( adjA \right)B=0, \text{ then the system is consistent and has infinitely many solutions.}\]
\[\text{ Thus, } AX=B \text{ has infinitely many solutions}.\]
\[\text{ Substituting z=k in eq. (1) and eq. (2), we get}\]
\[x + y = 6 - k \text{ and }x + 2y = 14 - 3k\]
\[\begin{bmatrix}1 & 1 \\ 1 & 2\end{bmatrix}\binom{x}{y} = \binom{6 - k}{14 + 3k}\]
Now,
\[\left| A \right| = \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix}\]
\[ = 2 - 1 = 1 \neq 0\]
\[adj A = \begin{vmatrix}2 & - 1 \\ - 1 & 1\end{vmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{1}\begin{bmatrix}2 & - 1 \\ - 1 & 1\end{bmatrix}\]
\[ \therefore X = A^{- 1} B\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{1}\begin{bmatrix}2 & - 1 \\ - 1 & 1\end{bmatrix}\binom{6 - k}{14 - 3k}\]
\[ \Rightarrow \binom{x}{y} = \frac{1}{1}\binom{12 - 2k - 14 + 3k}{ - 6 + k + 14 - 3k}\]
\[ \Rightarrow \binom{x}{y} = \binom{\frac{k - 2}{1}}{\frac{8 - 2k}{1}}\]
\[ \therefore x = k - 2, y = 8 - 2k\text{ and }z = k\]
These values of x, y and z also satisfy the third equation .
\[\text{ Thus, }x = k - 2, y = 8 - 2k\text{ and }z = k \left(\text{ where k is a real number }\right)\text{ satisfy the given system of equations }.\]

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

APPEARS IN

RD Sharma Mathematics [English] Class 12
Chapter 8 Solution of Simultaneous Linear Equations
Exercise 8.1 | Q 3.5 | Page 15

RELATED QUESTIONS

Examine the consistency of the system of equations.

2x − y = 5

x + y = 4


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


Using properties of determinants prove that

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


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)`

 


​Solve the following determinant equation:

\[\begin{vmatrix}3x - 8 & 3 & 3 \\ 3 & 3x - 8 & 3 \\ 3 & 3 & 3x - 8\end{vmatrix} = 0\]

 


​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}1 & x & x^3 \\ 1 & b & b^3 \\ 1 & c & c^3\end{vmatrix} = 0, b \neq c\]

 


​Solve the following determinant equation:
\[\begin{vmatrix}15 - 2x & 11 - 3x & 7 - x \\ 11 & 17 & 14 \\ 10 & 16 & 13\end{vmatrix} = 0\]

Using determinants show that the following points are collinear:

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


Find values of k, if area of triangle is 4 square units whose vertices are 

(−2, 0), (0, 4), (0, k)


Prove that :

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

 


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

 


2x − 3y − 4z = 29
− 2x + 5y − z = − 15
3x − y + 5z = − 11


State whether the matrix 
\[\begin{bmatrix}2 & 3 \\ 6 & 4\end{bmatrix}\] is singular or non-singular.


Write the value of the determinant 

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

 


Evaluate \[\begin{vmatrix}4785 & 4787 \\ 4789 & 4791\end{vmatrix}\]


The value of the determinant

\[\begin{vmatrix}a^2 & a & 1 \\ \cos nx & \cos \left( n + 1 \right) x & \cos \left( n + 2 \right) x \\ \sin nx & \sin \left( n + 1 \right) x & \sin \left( n + 2 \right) x\end{vmatrix}\text{ is independent of}\]

 


If a, b, c are distinct, then the value of x satisfying \[\begin{vmatrix}0 & x^2 - a & x^3 - b \\ x^2 + a & 0 & x^2 + c \\ x^4 + b & x - c & 0\end{vmatrix} = 0\text{ is }\]


The number of distinct real roots of \[\begin{vmatrix}cosec x & \sec x & \sec x \\ \sec x & cosec x & \sec x \\ \sec x & \sec x & cosec x\end{vmatrix} = 0\]  lies in the interval
\[- \frac{\pi}{4} \leq x \leq \frac{\pi}{4}\]


Let \[A = \begin{bmatrix}1 & \sin \theta & 1 \\ - \sin \theta & 1 & \sin \theta \\ - 1 & - \sin \theta & 1\end{bmatrix},\text{ where 0 }\leq \theta \leq 2\pi . \text{ Then,}\]




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


Solve the following system of equations by matrix method:

\[\frac{2}{x} + \frac{3}{y} + \frac{10}{z} = 4, \frac{4}{x} - \frac{6}{y} + \frac{5}{z} = 1, \frac{6}{x} + \frac{9}{y} - \frac{20}{z} = 2; x, y, z \neq 0\]

 


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


Show that each one of the following systems of linear equation is inconsistent:
2x + 3y = 5
6x + 9y = 10


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 + z = 0
x − y − 5z = 0
x + 2y + 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


If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}1 \\ - 1 \\ 0\end{bmatrix}\], find x, y and z.

If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & 0 & 1 \\ 0 & 1 & 0\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}2 \\ - 1 \\ 3\end{bmatrix}\], find x, y, z.

If \[A = \begin{bmatrix}2 & 4 \\ 4 & 3\end{bmatrix}, X = \binom{n}{1}, B = \binom{ 8}{11}\]  and AX = B, then find n.

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


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


Using determinants, find the equation of the line joining the points (1, 2) and (3, 6).


If the system of equations x + ky - z = 0, 3x - ky - z = 0 & x - 3y + z = 0 has non-zero solution, then k is equal to ____________.


For what value of p, is the system of equations:

p3x + (p + 1)3y = (p + 2)3

px + (p + 1)y = p + 2

x + y = 1

consistent?


If a, b, c are non-zero real numbers and if the system of equations (a – 1)x = y + z, (b – 1)y = z + x, (c – 1)z = x + y, has a non-trivial solution, then ab + bc + ca equals ______.


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×