Why is there a solution to this system?

  • #1

ProfuselyQuarky

Gold Member
851
540
Even though school's been over since last week, I've set aside this problem because I cannot figure out how it works and the teacher only posted the solution (without the steps) on my blackboard. So, here's a system of equations that I had to solve:

##10x+24y+2z=-18##
##-2x-7y+4z=6##
##-14x-48y+26z=42##

I turned the system into a matrix so that I could solve it using inverses:

##\begin{bmatrix}
10&24&2\\
-2&-7&4\\
-14&-48&26\\
\end{bmatrix}\cdot
\begin{bmatrix}
x\\
y\\
z\\
\end{bmatrix}=
\begin{bmatrix}
-18\\
6\\
42\\
\end{bmatrix}##

But before I did so, I tried to find the determinant of the matrix to see whether ##|A|\neq 0## or not.

##|A|=10
\begin{vmatrix}
-7&4\\
-48&26\\
\end{vmatrix}-24
\begin{vmatrix}
-2&4\\
-14&26\\
\end{vmatrix}+2
\begin{vmatrix}
-2&-7\\
-14&-48\\
\end{vmatrix}=0
##

The matrix is singular, so that means that the system doesn't have a unique solution. The problem was multiple choice, and there was no option for "infinite number of solutions", so I picked "no solution" (badly written multiple choice question, imo). The solution that was posted said that there was, in fact a unique solution:

##
\left\{
\begin{array}{ll}
x=22\\
y=-10\\
z=-5
\end{array}
\right.
##

I've tried to understand what's going on, but I can't figure out why there's a solution.
 

Answers and Replies

  • #2
Did you check the answer to see if it really is a solution?
 
  • #3
I would double-check your numbers...perhaps what you copied down and the teacher's version of the problem are different.
##A [22,-10,-5]^T = [-30, 6, 42]^T ##
In general, infinite number of solutions and no solution are not the same. If one of the multiple choice options was one of the infinite solutions, you should have chosen it as the "best available answer".
 
  • Like
Likes Simon Bridge
  • #4
am I being dum?
10*22+24*(-10)+2*-5 = -30 not -18

Other 2 equations work out though
 
  • Like
Likes ProfuselyQuarky and Simon Bridge
  • #5
I suggest that you check if you copied your teacher's writing correctly by comparing with your friend's note.

If you do a row reduction on the augmented matrix between the coefficient and the RHS, the reduced form has a pivot in the last column which indicates that this system of equations does not have a solution.
 
  • Like
Likes ProfuselyQuarky and Simon Bridge
  • #6
Did you check the answer to see if it really is a solution?
Yes, I have. It doesn't work.
In general, infinite number of solutions and no solution are not the same. If one of the multiple choice options was one of the infinite solution
I know. But there wasn't an option for infinite solution.
I suggest that you check if you copied your teacher's writing correctly by comparing with your friend's note.
I didn't copy anything. All my work was on a printed sheet that had the problem (typed up and clear to read). Fortunately, he's stopped writing problems by hand because it's chicken scratch.
 
  • #7
Yes, I have. It doesn't work.

Methinks that the question was written wrong on the sheet then. The proof is in the fact that if you put in the values for x,y,z into equation one, you don't get the correct answer.
 
  • #8
Methinks that the question was written wrong on the sheet then. The proof is in the fact that if you put in the values for x,y,z into equation one, you don't get the correct answer.
That's what I thought, but he's hardly ever wrong and I was wondering if I was missing something :frown:
 
  • #9
Given that 2 of the 3 systems work out correctly. I'd think he likely made a error entering the first system.

If you change it to 11x +25y -2z it works out.

If you're just looking for practice you could try solving it using that system instead and see if you come to the correct answer :)
 
  • #10
Given that 2 of the 3 systems work out correctly. I'd think he likely made a error entering the first system.

If you change it to 11x +25y -2z it works out.

If you're just looking for practice you could try solving it using that system instead and see if you come to the correct answer :)
Okay, thanks. There's always room for more practice problems :)
 
  • #11
The determinant is not 0. I got -8.
 
  • #16
I think you did it incorrectly.
You are right. I stand corrected.
 
  • Like
Likes Simon Bridge

Suggested for: Why is there a solution to this system?

Replies
10
Views
918
Replies
2
Views
481
Replies
0
Views
496
Replies
4
Views
672
Replies
11
Views
923
Replies
3
Views
537
Replies
0
Views
436
Replies
5
Views
654
Replies
2
Views
633
Replies
5
Views
793
Back
Top