If x+yxy=a, x+zxz=b, and y+zyz=c, where a, b, c are other than zero, then x equals:
小提示:
将三个已知等式都取倒数,使其成为关于 x1,y1,z1 的线性等式
Invert all three given equations to make them linear in x1,y1,z1
大提示:
计算 b1+a1−c1=x2
Compute b1+a1−c1=x2
解答:
分别取倒数,得到 x1+y1=a1,x1+z1=b1,y1+z1=c1。将前两式相加,再减去第三式,得到 x2=a1+b1−c1=abcac+bc−ab。因此 x=ac+bc−ab2abc。
因此,正确答案是 E。
Inverting gives x1+y1=a1,x1+z1=b1,y1+z1=c1. Adding the first two and subtracting the third yields x2=a1+b1−c1=abcac+bc−ab. Hence x=ac+bc−ab2abc.
Thus, the correct answer is E.