
Tim T. answered 04/30/20
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Greetings! Lets solve this shall we ?
So, we must solve this system of linear equations via Gaussian Elimination using elementary row operations such that
2x - 3y = 13
3x - 4y = 18........We first apply R2 - R1 --> R1 to change R1 such that
x - y = 5
3x - 4y = 18.............Then we apply 4*R1 - R2 --> R2 to change R2 such that
x - y = 5
x + 0 = 2.............Then x = 2. Finally, we substitute x = 2 into x - y = 5 to get
2 - y = 5
-y = 3
y = -3
I hope this helped!