1,136 views
5 votes
5 votes

Consider the system of equations 

 

x+y+z=3

x+2y+3z=4

x+4y+kz=6

 

The above system of equations will not have a unique solution for k equals to___

4 Answers

Best answer
3 votes
3 votes

on solving the above equations we will reach to a point where

$$X = \left[ \begin{array}{ccc|c} 1 & 0 & -1 & 2 \\ 0 & 1 & 2 & 1 \\ 0 & 0 & (K-7) & 0 \\ \end{array} \right] $$

 

Now when k=7 the above system of equations will not have a unique solution.

 

Answer: K=7

edited by
3 votes
3 votes

For solving above system of equation , we simplify our matrix 

1 votes
1 votes
K=7 is the answer;

Use the Gauss elimination method and apply R2 ← R2 – R1, R3←R3  – R1, and then R3 ← R3 – 3R2.

You will get k-7 = 5 so when k=7 the system will become inconsistent and will have no solution.
1 votes
1 votes
The LS has unique solution iff the matrix $M=\begin{bmatrix}1&1 &1 \\ 1 & 2 & 3\\ 1 & 4 & k\end{bmatrix}$ is a full rank matrix, i.e., $det(M)=k-7\neq 0$

 

$ \implies$ does not have unique solution when $k=7$.
edited by

Related questions

182
views
2 answers
0 votes
pr4sh4nt asked May 11
182 views
For the system of linear equation Ax=0 where matrix A(mxn) , what can we say about the number of solutions for this equation :1. if all n columns of A are linearly Independent.2. if less than n columns of A are linearly Independent.
1.2k
views
3 answers
3 votes
DebRC asked Sep 19, 2022
1,174 views
Let $A$ be a $3$ x $3$ matrix with rank $2$. Then, $AX=0$ hasThe trivial solution $X=0$.One independent solution.Two independent solution.Three independent solution.
760
views
1 answers
4 votes
admin asked Mar 31, 2020
760 views
The system of simultaneous equations$x+2y+z=6\\2x+y+2z=6\\x+y+z=5$hasunique solution.infinite number of solutions.no solution.exactly two solutions.
2.1k
views
2 answers
2 votes
Ayush Upadhyaya asked Nov 15, 2018
2,091 views
Let AX=B be a system of n linear equations in n unknown with integer coefficient and the components of B are all integer. Consider the following(1)det(A)=1(2)det(A) ... 4 holds true(d)If 2, then 3 holds trueI think (d) should be the answer.