Invierte las tres ecuaciones dadas para hacerlas lineales en x1,y1,z1
Invert all three given equations to make them linear in x1,y1,z1
Pista grande:
Calcula b1+a1−c1=x2
Compute b1+a1−c1=x2
Solución:
Al invertir se obtiene x1+y1=a1,x1+z1=b1,y1+z1=c1. Al sumar las dos primeras ecuaciones y restar la tercera se obtiene x2=a1+b1−c1=abcac+bc−ab. Por consiguiente, x=ac+bc−ab2abc.
Por lo tanto, la respuesta correcta es 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.