document.write( "Question 635103: If X/(b+c-a) = Y/(c+a-b) = Z/(a+b-c) then (b-c)x + (c-a)y + (a-b)Z is? \n" ); document.write( "
Algebra.Com's Answer #400096 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"x%2F%28b%2Bc-a%29\" = \"y%2F%28c%2Ba-b%29\" = \"z%2F%28a%2Bb-c%29\"\r\n" );
document.write( "\r\n" );
document.write( "Taking the first two fractions\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F%28b%2Bc-a%29\" = \"y%2F%28c%2Ba-b%29\"\r\n" );
document.write( "\r\n" );
document.write( "Cross multiplying:\r\n" );
document.write( "\r\n" );
document.write( "{x(c+a-b) = y(b+c-a)\r\n" );
document.write( "\r\n" );
document.write( "x(-b+c+a) = y[b+(c-a)]\r\n" );
document.write( "\r\n" );
document.write( "x[(-b+c)+a] = yb+y(c-a)\r\n" );
document.write( "\r\n" );
document.write( "x[-(b-c)+a] = yb+y(c-a)\r\n" );
document.write( "\r\n" );
document.write( "-x(b-c)+xa = yb+y(c-a)\r\n" );
document.write( "\r\n" );
document.write( "xa-yb = x(b-c)+y(c-a)     <--- equation (1)\r\n" );
document.write( "\r\n" );
document.write( "Taking the first and third fractions:\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F%28b%2Bc-a%29\" = \"z%2F%28a%2Bb-c%29\"\r\n" );
document.write( "\r\n" );
document.write( "x(a+b-c) = z(b+c-a)\r\n" );
document.write( "\r\n" );
document.write( "x[a+(b-c)] = z(-a+b+c)\r\n" );
document.write( "\r\n" );
document.write( "xa+x(b-c) = z[(-a+b)+c]\r\n" );
document.write( "\r\n" );
document.write( "xa+x(b-c) = z[-(a-b)+c]\r\n" );
document.write( "\r\n" );
document.write( "xa+x(b-c) = -z(a-b)+zc\r\n" );
document.write( "\r\n" );
document.write( "x(b-c)+z(a-b) = zc-xa     <--- equation (2)\r\n" );
document.write( "\r\n" );
document.write( "Taking the second and third fractions:\r\n" );
document.write( "\r\n" );
document.write( "\"y%2F%28c%2Ba-b%29\" = \"z%2F%28a%2Bb-c%29\"\r\n" );
document.write( "\r\n" );
document.write( "Cross-multiplying:\r\n" );
document.write( "\r\n" );
document.write( "y(a+b-c) = z(c+a-b)\r\n" );
document.write( "\r\n" );
document.write( "y(-c+a+b) = z[c+(a-b)]\r\n" );
document.write( "\r\n" );
document.write( "y[(-c+a)+b] = zc+z(a-b)\r\n" );
document.write( "\r\n" );
document.write( "y[-(c-a)+b] = zc+z(a-b)\r\n" );
document.write( "\r\n" );
document.write( "-y(c-a)+yb = zc+z(a-b)\r\n" );
document.write( "\r\n" );
document.write( "yb-zc = y(c-a)+z(a-b)     <--- equation (3)\r\n" );
document.write( "\r\n" );
document.write( "Putting equations (1), (2), and (3) together\r\n" );
document.write( "\r\n" );
document.write( "xa-yb = x(b-c)+y(c-a)     <--- equation (1)\r\n" );
document.write( "x(b-c)+z(a+b) = zc-xa     <--- equation (2)\r\n" );
document.write( "yb-zc = y(c-a)+z(a-b)     <--- equation (3)\r\n" );
document.write( "\r\n" );
document.write( "Reversing equation (2)\r\n" );
document.write( "\r\n" );
document.write( "xa-yb = x(b-c)+y(c-a)     <--- equation (1)\r\n" );
document.write( "xc-xa = x(b-c)+z(a-b)     <--- equation (2)\r\n" );
document.write( "yb-zc = y(c-a)+z(a-b)     <--- equation (3)\r\n" );
document.write( "\r\n" );
document.write( "Adding all three equation (equals added to equals give equals)\r\n" );
document.write( "\r\n" );
document.write( "xc-zc =2x(b-c)+2y(c-a)+2z(a-b)\r\n" );
document.write( "\r\n" );
document.write( "Dividing through by 2\r\n" );
document.write( "\r\n" );
document.write( "\"%28xc-zc%29%2F2\" = x(b-c)+y(c-a)+z(a-b)\r\n" );
document.write( "\r\n" );
document.write( "or if you like:\r\n" );
document.write( "\r\n" );
document.write( "(b-c)x+(c-a)y+(a-b)z = \"%28c%28x-z%29%29%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );