Algebra Refresher2
Algebra Refresher2
c 3
6x +3y 2
coefficients of the second equation
d 6
e 3
Out[ ]= f 2 4x 3-4y
3
x -y
4
3
show steps 1 2 3 4 5
6 - y + 3 y 2
4
5
y
6
1. Rearrange the first equation. 1
x-
12
2. Solve that equation for x.
10
-3 x - 4 y = -13
2 x - 7 y = -30
Out[ ]=
-10 -5 5 10
solution: {-1, 4}
-5
-10
Problems
Solve equations:
x 3x x
1. + - =1
3 4 6
1 3 1
x + - =1
Out[ ]= 3 4 6
4+9-2
x =1
12
12
x=
11
x 2x
2. + =3x -5
5 3
Algebra refresher2.nb 3
1 2
x + - 3 = -5
Out[ ]= 5 3
3 +10 - 45
x =-5
15
75
x=
32
2z- 7 1
3. =
2z+7 2
Out[ ]= 2(2z - 7) = 2z + 7
4z - 2z = 14 + 7
21
z=
2
3x+2 6x-1
4. - =2x
8 4
7 5
5. =
8x-3 1-4x
2x+5
6. =1
x+4
4 Algebra refresher2.nb
Out[ ]=
2x + 5 = x + 4
2x - x = -5 + 4
x = -1
2 3
7. =
x+3 5-x
Out[ ]= 3(x + 3) = 2 (5 - x)
3x + 2x = -9 + 10
1
x=
5
5x+4y =1
8.
3x-6y =2
1 3x-6y = 2
1 2 3 4
Out[ ]= -1
5x+4y = 1
-2
-3
-4
-5
1
x=
3
y=-1
6
x- y =6
9.
-2 x + 2 y =1
Algebra refresher2.nb 5
x- y = 6 x-y =6
⟺ 1
-2 x + 2 y = 1 x-y =- 2
4
-2 x + 2 y = 1
Out[ ]= 2
1 2 3 4
-2
x-y=6
-4
-6
10.
Solve the following system:
2x +y-2z =3
x- y-z =0
x +y+3z = 12
y=1
Out[ ]=
5
z=
2
2x + y - 2z = 3
x- y-z = 0
x + y + 3 z = 12
11.
Solve the following system:
2x +y+z =7
x +2y+z =8
x +y+2z =9
6 Algebra refresher2.nb
Solution
The system could be solved by Gaussian elimination method but there is a quicker method.
If we sum all equation we obtain
4 x + 4 y + 4 z = 24
Hence x + y + z = 6. Now by subtracting this equation from the first system equation, we find
x=1
If we repeat the same manipulation with the second system equation we get y = 2. Finally from the
third equation we find z = 3.