If $S$ is the set of distinct values of '$b$' for which the following system of linear equations
\begin{align} x + y + z = 1\\ x + ay + z = 1\\ ax + by + z = 0 \end{align} has no solution, then $S$ is:
- a singleton
- an empty set
- an infinite set
- a finite set containing two or more elements
There's no information given about value of $a$. You will be getting two cases:
- For $a=1, b$ has one value $b=1$
- For $a$ not equal to $1 , b$ has no value.
Suppose $a=1$. Then, the first two equations are the same.
The third equation is $x+by+z = 0$. We know that $x+y+z=1$, so subtracting, we get $y(1-b) = 1$, so that if $b\neq 1$, we have a solution for $y$, and trivially for $x,z$. Hence, $b=1$ is the only value that doesn't give solutions.
Suppose $a \neq 1$. Then, subtracting second equation from first, $(a-1)y = 0$, so that $y=0$.
Now the third equation changes to $ax + z =0$, and we know $x+z = 1$. These equations can be solved, with $x = \frac 1{1-a}$ and $z = 1-x$. These solutions exist regardless of the value of $b$, since they don't depend on $b$.
Hence, solutions will exist whenever $a \neq 1$.
This means that $b$ is a singleton (and you are correct, good job!)