Answer:
First, we write the augmented matrix.
⎡
⎢
⎣
1
−
1
1
2
3
−
1
3
−
2
−
9
|
8
−
2
9
⎤
⎥
⎦
Next, we perform row operations to obtain row-echelon form.
−
2
R
1
+
R
2
=
R
2
→
⎡
⎢
⎣
1
−
1
1
0
5
−
3
3
−
2
−
9
|
8
−
18
9
⎤
⎥
⎦
−
3
R
1
+
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
5
−
3
0
1
−
12
|
8
−
18
−
15
⎤
⎥
⎦
The easiest way to obtain a 1 in row 2 of column 1 is to interchange \displaystyle {R}_{2}R
2
and \displaystyle {R}_{3}R
3
.
Interchange
R
2
and
R
3
→
⎡
⎢
⎣
1
−
1
1
8
0
1
−
12
−
15
0
5
−
3
−
18
⎤
⎥
⎦
Then
−
5
R
2
+
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
1
−
12
0
0
57
|
8
−
15
57
⎤
⎥
⎦
−
1
57
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
1
−
12
0
0
1
|
8
−
15
1
⎤
⎥
⎦
The last matrix represents the equivalent system.
x
−
y
+
z
=
8
y
−
12
z
=
−
15
z
=
1
Using back-substitution, we obtain the solution as \displaystyle \left(4,-3,1\right)(4,−3,1).First, we write the augmented matrix.
⎡
⎢
⎣
1
−
1
1
2
3
−
1
3
−
2
−
9
|
8
−
2
9
⎤
⎥
⎦
Next, we perform row operations to obtain row-echelon form.
−
2
R
1
+
R
2
=
R
2
→
⎡
⎢
⎣
1
−
1
1
0
5
−
3
3
−
2
−
9
|
8
−
18
9
⎤
⎥
⎦
−
3
R
1
+
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
5
−
3
0
1
−
12
|
8
−
18
−
15
⎤
⎥
⎦
The easiest way to obtain a 1 in row 2 of column 1 is to interchange \displaystyle {R}_{2}R
2
and \displaystyle {R}_{3}R
3
.
Interchange
R
2
and
R
3
→
⎡
⎢
⎣
1
−
1
1
8
0
1
−
12
−
15
0
5
−
3
−
18
⎤
⎥
⎦
Then
−
5
R
2
+
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
1
−
12
0
0
57
|
8
−
15
57
⎤
⎥
⎦
−
1
57
R
3
=
R
3
→
⎡
⎢
⎣
1
−
1
1
0
1
−
12
0
0
1
|
8
−
15
1
⎤
⎥
⎦
The last matrix represents the equivalent system.
x
−
y
+
z
=
8
y
−
12
z
=
−
15
z=1
Using back-substitution, we obtain the solution as \displaystyle \left(4,-3,1\right)(4,−3,1).
Answer:
(3, 3 )
Step-by-step explanation:
Given the 2 equations
3x - y = 6 → (1)
6x + y = 21 → (2)
Adding the 2 equations term by term will eliminate y, that is
(6x + 3x) + (y - y) = (21 + 6), that is
9x = 27 (divide both sides by 9 )
x = 3
Substitute x = 3 into either (1) or (2) and solve for y
Using (2), then
(6 × 3) + y = 21
18 + y = 21 ( subtract 18 from both sides )
y = 3
Solution is (3, 3 )