x + 2 y + 4 z 3 x + 5 y + 7 z 9 x + 6 y + 2 z x + y + z = 7 = 9 = 1 0 = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Same Way Nihar.
Nice observation I solved the 3 equations to get the value of x, y & z independently
Log in to reply
That was tedious I guess...
Log in to reply
Yes one of the value was negative and two of the values were decimals.☺
i did the same, it was (4,-11/2,7/2) :P
I think by looking the level of the problem and points you can easily make out that there is a shortcut.
Log in to reply
When I solved this problem it was unrated
I did by this way 😊 easy ............
x=4 ; y= -5.5 ; z=3.5
Hahha elegant!
Superb observation @Nihar
Adding the three equations, we get
1 3 x + 1 3 y + 1 3 z = 2 6
The common factor on the left side of the equation is 13. So,
1 3 ( x + y + z ) = 2 6
Dividing both sides by 13, we get
x + y + z = 1 3
Being lazy, I used the coefficients to make matrix A = ⎝ ⎛ 1 3 9 2 5 6 4 7 2 ⎠ ⎞ and the "results" of each equation in the system B = ⎝ ⎛ 7 9 1 0 ⎠ ⎞ and used Octave GNU to compute x = A\B. That gave the results x = 4, y = -5.5, and z = 3.5. Adding x+y+z = 2.
I was even lazier, and just added all three and got a multiple of x + y + z on one side; piece of cake from there.
You can row reduce the augmented matrix so that everything under each pivot is 0, and then back-substitute to find x+y+z!
By any chance, did you watch MIT OCW Linear Algebra by Gilbert Strang?
Log in to reply
I love that lecture series, actually. Gilbert Strang is the man. I haven't watched the whole series, but I think I watched the first 12 videos. I took elementary linear algebra at my community college a couple semesters ago.
Row operation in order to have all 1s in a row and the result appears at the right in the augmented matrix.
x+y+z= 2 ; because 1+(-1)+2=2 I did it that way and i was totally wrong :'v
I eliminated the variables one by one until I got z=91/26 being 3.5 for Z, then back substituted to get the other two... But that's not the most efficient way.
Same way as most on here. Add all equations Divide by 13 to isolate the variables
Adding 3 equations, 13x +13y +13z = 26; x + y + z = 26/13 = 2
Reason that this problem is of Level 2 is to guess that one needs go add all the three equations.
Problem Loading...
Note Loading...
Set Loading...
Add all the given equations to get 1 3 x + 1 3 y + 1 3 z = 2 6 ⇒ x + y + z = 1 3 2 6 = 2