Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Infinitely many solutions of a linear system of equations

Writer Andrew Mclaughlin
$\begingroup$

Find the value(s) of a real parameter k so that the system of equations has infinitely many solutions.

$x+y+z=1$
$2x+ky+3z=-2$
$3x+5y+kz=-1$

Please help, I don't know how to go about this. Would you have to try every combination of the equations until you get a contradiction?

$\endgroup$ 2

2 Answers

$\begingroup$

Add the first and second and subtract the third equation we have: $(k-4)(y-z) = 0$. Thus we require $k = 4$ to have infinite solutions.

$\endgroup$ $\begingroup$

Firs you rewrite the system of equation as a matrix equation $Ax=b$. The system has a unique solution if and only if $\det(A)\neq0$. But since $\det A=(k-4)(k-1)=0$. So the solution is unique if and only if $k\neq 4$ and $k\neq 1$.

But if you check it further, when $k=1$ the system has no solution while when $k=4$ the system has infinitely many solutions. So $k=4$ is the only answer.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy