To solve the given system of equations
xyx+y=1,xzx+z=2,yzy+z=4,
we first rewrite each equation in terms of its cross-multiplication:
1. xyx+y=1
xy=x+y
xy−x−y=0⇒xy−x−y+1=1
(x−1)(y−1)=2
2. xzx+z=2
xz=2(x+z)
xz−2x−2z=0⇒xz−2x−2z+4=4
(x−2)(z−2)=8
3. yzy+z=4
yz=4(y+z)
yz−4y−4z=0⇒yz−4y−4z+16=16
(y−4)(z−4)=20
We now have three transformed equations:
(x−1)(y−1)=2
(x−2)(z−2)=8
(y−4)(z−4)=20
We solve these equations step by step. Start with the first equation:
(x−1)(y−1)=2
Express y in terms of x:
y=2x−1+1
Next, substitute y into the second equation:
(x−2)(z−2)=8
Express z in terms of x:
z=8x−2+2
Substitute both y and z into the third equation:
(y−4)(z−4)=20
Substituting y=2x−1+1 and z=8x−2+2:
(2x−1+1−4)(8x−2+2−4)=20
Simplify y−4 and z−4:
y−4=2x−1−3
z−4=8x−2−2
So, the equation becomes:
(2−3(x−1)x−1)(8−2(x−2)x−2)=20
Simplify the terms inside the parentheses:
(2−3x+3x−1)(8−2x+4x−2)=20
(5−3xx−1)(12−2xx−2)=20
Solve for x. By testing rational values, we find:
Let x=3:
y=23−1+1=2
z=83−2+2=10
Therefore, z=10.
yz
____ = 4 → yz = 4( y + z) → yz - 4y = 4z → y (z-4) = 4z → y = 4z / (z - 4)
y + z
xz
____ = 2 → xz = 2(x + z) → xz- 2x = 2z → x ( z - 2) = 2z → x = 2z / (z-2)
x + z
xy
_______ = 1 → xy = x + y (1)
x + y
So, using (1)
4z / (z -4) * 2z / (z -2) = 4z / (z-4) + 2z/(z -2) mulyiply through by (z -4) (z-2)
4z * 2z = 4z (z - 2) + 2z (z-4)
8z^2 = 4z^2 - 8z + 2z^2 - 8z
2z^2 + 16z = 0
z^2 +8z = 0
z ( z + 8) = 0
z = 0 (reject)
z = - 8