trainee engineer
New member
- Joined
- May 16, 2022
- Messages
- 11
Hi Everyone
I have been working on the problem below and keep getting negative values where I should only have positive ones.

I have to write a system of equations, each one representing the metal and the fourth to represent what is left over, to start with which I have done as follows, then translate into a matrix
1005x1+1007x2+1002x3+1001x4=5221003x1+1006x2+1001x3+1002x4=10331004x1+1005x2+1003x3+1001x4=51910088x1+10082x2+10094x3+10096x4=1033
My matrix is as follows
⎣⎢⎢⎢⎡53488765822139412196⎦⎥⎥⎥⎤
I have tried to find both row echelon and reduced row echelon matrices and also an augmented matrix to solve the system of equations.
I would like to know if I have interpreted correctly or need to review my equations
Thank you
I have been working on the problem below and keep getting negative values where I should only have positive ones.

I have to write a system of equations, each one representing the metal and the fourth to represent what is left over, to start with which I have done as follows, then translate into a matrix
1005x1+1007x2+1002x3+1001x4=5221003x1+1006x2+1001x3+1002x4=10331004x1+1005x2+1003x3+1001x4=51910088x1+10082x2+10094x3+10096x4=1033
My matrix is as follows
⎣⎢⎢⎢⎡53488765822139412196⎦⎥⎥⎥⎤
I have tried to find both row echelon and reduced row echelon matrices and also an augmented matrix to solve the system of equations.
I would like to know if I have interpreted correctly or need to review my equations
Thank you