Simple the following equation
1)-. t+10=20-t
2). 7z-18=-28+2z
Please give correct answer , with full solution
Answers
Answer:
uhm sorry its hard i tried but i didnt
Step-by-step explanation:
I don't know what to write a explanation for this ans
Answer:
Solving a System of Linear Equations Using Matrices
We have seen how to write a system of equations with an augmented matrix, and then how to use row operations and back-substitution to obtain row-echelon form. Now, we will take row-echelon form a step farther to solve a 3 by 3 system of linear equations. The general idea is to eliminate all but one variable using row operations and then back-substitute to solve for the other variables.
Step-by-step explanation:
EXAMPLE 6: SOLVING A SYSTEM OF LINEAR EQUATIONS USING MATRICES
Solve the system of linear equations using matrices.
x
−
y
+
z
=
8
2
x
+
3
y
−
z
=
−
2
3
x
−
2
y
−
9
z
=
9
SOLUTION
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