edited by
649 views
12 votes
12 votes

Consider the system below, where $h$ and $k$ are real numbers.
$$
\begin{array}{r}
x+3 y=2 \\
3 x-h y=k
\end{array}
$$
Find the values of $h$ and $k$ which give the system infinitely many solutions.

  1. $h=-9$ and $k \neq 6$
  2. $h \neq-9$ and $k$ can be any real number
  3. $h=-9$ and $k=6$
  4. System is inconsistent for all values of $h$ and $k$
edited by

3 Answers

11 votes
11 votes

The given system of equations are:

$x + 3y = 2$

$3x – hy = k$

Here $h$ and $k$ are real numbers..

Let’s write this in $Augmented$ matrix form:

$\left(\begin{array}{cc|c} 1 & 3 & 2 \\ 3 & -h & k \end{array}\right)$

Let’s now perform elementary row operations on it:

$R_{2} → R_{2} – 3R_{1}$ then we get –

$\left(\begin{array}{cc|c} 1 & 3 & 2 \\ 0 & -h-9 & k – 6 \end{array}\right)$

Now, if the all entries of last row i.e. $R_{2}$  are $zero$ then the system have infinitely many solutions.

$\therefore $     $–  h  –  9 = 0 => h = – 9$  and  $k – 6 = 0 => k = 6$

Hence, the values of $h$ & $k$ are $-9$ and $6$ respectively.

${\color{Green} Ans: C. h = – 9}$ ${\color{Green}and}$ ${\color{Green} k = 6}$ 

edited by
1 votes
1 votes

here  Even without Using Augmented Matrix, you can still easily solve this..

If one of the Equation is a Multiple of the Other, then it confirms infinite solution. 

Here if we multiply 3 to the 1st equation x + 3y = 2, then we will get this :- 

3x + 9y = 6 . By comparing this equation with the 2nd equation,  we can easily conclude that h = -9 and k=6.

0 votes
0 votes
$$
\begin{gathered}
x+3 y=2 \\
3 x-h y=k \\
{[A \mid b]=\left[\begin{array}{ll|l}
1 & 3 & 2 \\
3 & -h & k
\end{array}\right]} \\
{\left[\begin{array}{cc|c}
1 & 3 & 2 \\
0 & -h-9 & k-6
\end{array}\right] .}
\end{gathered}
$$
system has infinite solutions if we have a zero row.
$$
\begin{aligned}
\therefore \quad-h-9=0, & k-6=0 \\
\Rightarrow h=-9, & k=6
\end{aligned}
$$
Answer:

Related questions

1.4k
views
3 answers
16 votes
GO Classes asked Mar 29, 2023
1,432 views
Which of the following is/are TRUE?If the echelon form of an $m \times n$ matrix has a pivot in every column then $n \geq m$If the echelon form ... equations in $13$ unknowns has at least one solution then it has infinitely many solutions.
857
views
2 answers
12 votes
GO Classes asked Mar 29, 2023
857 views
The given system has infinitely many solutions for $k=?$ $\left[\begin{array}{ccc}2 & 2 & -4 \\1 & 3 & -2 \\-4 & k & 8\end{array}\right]\left[\begin{array}{l}x \\y \\z\end{array}\right]=\left[\begin{array}{c}3 \\4 \\-6\end{array}\right]$
987
views
3 answers
11 votes
GO Classes asked Mar 29, 2023
987 views
In the echelon form of the augmented matrix $[A \mid b]:$ A single row of the form $(000 \ldots 0 \mid 0)$ is enough to conclude that the system will have ... is true.Only Il is true.Both I and II are true.Neither I, nor II are true.
1.1k
views
1 answers
9 votes
GO Classes asked Mar 29, 2023
1,082 views
Let $A=\left[\begin{array}{cc}1 & 0 \\ -1 & 1 \\ k & 2\end{array}\right]$ and $b=\left[\begin{array}{l}1 \\ 0 \\ 1\end{array}\right]$. For which value of ... $k$.$k=0$k=-1$k=1$