1201 U8 Math Assignment
1201 U8 Math Assignment
Equation 1: x + y + z = 25
From Equation 2, x = 20
20 + y + z = 25
=> y + z = 5
Graphing this would show a line in the y-z plane and a fixed value x = 20.
1) x - y + z = 4
2) 5x - y + z = 6
3) 3x - y + 5z = 5
Step 1: Write the augmented matrix.
[ 1 -1 1 | 4 ]
[ 5 -1 1 | 6 ]
[ 3 -1 5 | 5 ]
R2 = R2 - 5*R1:
[ 1 -1 1 | 4 ]
[ 0 4 -4 | -14 ]
[ 3 -1 5 | 5 ]
R3 = R3 - 3*R1:
[ 1 -1 1 | 4 ]
[ 0 4 -4 | -14 ]
[ 0 2 2 | -7 ]
R2 = R2 / 4:
[ 1 -1 1 | 4 ]
[ 0 1 -1 | -3.5 ]
[ 0 2 2 | -7 ]
R3 = R3 - 2*R2:
[ 1 -1 1| 4]
[0 1 -1 | -3.5 ]
[0 0 4| 0]
R3 = R3 / 4:
[1 0 0| 2]
[ 0 1 -1 | -3.5 ]
[0 0 1| 0]
Solution:
x = 2, y = -3.5, z = 0
Given:
x+y=4 (1)
From (1): y = 4 - x
x^2 - 2x(4 - x) - 3 = 0
=> 3x^2 - 8x - 3 = 0
x = [8 ± sqrt(64 + 36)] / 6
x = [8 ± sqrt(100)] / 6
x = (8 ± 10) / 6
x = 3 or x = -1/3
Then y = 1 or y = 13/3
Solutions:
APA Reference: