document.write( "Question 558302: can you explain how to add and subtract a variable fractions.. in many ways\r
\n" ); document.write( "\n" ); document.write( "1.) 3/x + 5/y =
\n" ); document.write( "2.)y/20 - 10/x =
\n" ); document.write( "3.)(x/20 + y/50) - 30/y
\n" ); document.write( "

Algebra.Com's Answer #363013 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"3%2Fx\" + \"5%2Fy\"  \r\n" );
document.write( "\r\n" );
document.write( "3 is the \"upper left\"\r\n" );
document.write( "x is the \"lower left\"\r\n" );
document.write( "5 is the \"upper right\"\r\n" );
document.write( "y is the \"lower right\"\r\n" );
document.write( "\r\n" );
document.write( "Rule:\r\n" );
document.write( "\r\n" );
document.write( "\"(Upper left times lower right) plus (upper right times lower left) all over\r\n" );
document.write( "(bottom times bottom)\"\r\n" );
document.write( "\r\n" );
document.write( "Results:\r\n" );
document.write( "\r\n" );
document.write( "\"%283y+%2B+5x%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "---------------------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "Same for subtracting, except use \"minus\"\r\n" );
document.write( "\r\n" );
document.write( "\"y%2F20\" - \"10%2Fx\"  \r\n" );
document.write( "\r\n" );
document.write( "y is the \"upper left\"\r\n" );
document.write( "20 is the \"lower left\"\r\n" );
document.write( "10 is the \"upper right\"\r\n" );
document.write( "x is the \"lower right\"\r\n" );
document.write( "\r\n" );
document.write( "Rule:\r\n" );
document.write( "\r\n" );
document.write( "\"(Upper left times lower right) minus (upper right times lower left) all over\r\n" );
document.write( "(bottom times bottom)\"\r\n" );
document.write( "\r\n" );
document.write( "Results:\r\n" );
document.write( "\r\n" );
document.write( "\"%28yx+-+10%2A20%29%2F%2820x%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write 10*20 as 200:\r\n" );
document.write( "\r\n" );
document.write( "\"%28yx+-+200%29%2F%2820x%29\"\r\n" );
document.write( "\r\n" );
document.write( "==========================\r\n" );
document.write( "\r\n" );
document.write( "Or this second way\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fx\" + \"5%2Fy\"\r\n" );
document.write( " \r\n" );
document.write( "Get the least common denominator of xy\r\n" );
document.write( "\r\n" );
document.write( "1. Divide the first denominator x into the least common\r\n" );
document.write( "denominator xy and get y\r\n" );
document.write( "\r\n" );
document.write( "2. Multiply the first fraction by unit fraction \"y%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fx\"·\"y%2Fy\" + \"5%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "3. Divide the second denominator y into the least common \r\n" );
document.write( "denominator xy and get x\r\n" );
document.write( "\r\n" );
document.write( "4. Multiply second fraction by unit fraction \"x%2Fx\"\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fx\"·\"y%2Fy\" + \"5%2Fy\"·\"x%2Fx\"\r\n" );
document.write( "\r\n" );
document.write( "5. Multiply tops and bottoms in both terms\r\n" );
document.write( "\r\n" );
document.write( "\"%283y%29%2F%28xy%29\" + \"%285x%29%2F%28yx%29\"\r\n" );
document.write( "\r\n" );
document.write( "6. Since the denominators are the same, (xy and yx are the same),\r\n" );
document.write( "   add the numerators and put them over the common denominator \r\n" );
document.write( "\r\n" );
document.write( "\"%283y+%2B+5x%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "Same for subtracting, except use - for +\r\n" );
document.write( "\r\n" );
document.write( "\"y%2F20\" - \"10%2Fx\"\r\n" );
document.write( " \r\n" );
document.write( "Get the least common denominator of 20x\r\n" );
document.write( "\r\n" );
document.write( "1. Divide the first denominator 20 into the least common\r\n" );
document.write( "denominator 20x and get x\r\n" );
document.write( "\r\n" );
document.write( "2. Multiply the first fraction by unit fraction \"x%2Fx\"\r\n" );
document.write( "\r\n" );
document.write( "\"y%2F20\"·\"x%2Fx\" - \"10%2Fx\"\r\n" );
document.write( "\r\n" );
document.write( "3. Divide the second denominator x into the least common \r\n" );
document.write( "denominator 20x and get 20\r\n" );
document.write( "\r\n" );
document.write( "4. Multiply second fraction by unit fraction \"20%2F20\"\r\n" );
document.write( "\r\n" );
document.write( "\"y%2F20\"·\"x%2Fx\" - \"10%2Fx\"·\"20%2F20\"\r\n" );
document.write( "\r\n" );
document.write( "5. Multiply tops and bottoms in both terms\r\n" );
document.write( "\r\n" );
document.write( "\"%28yx%29%2F%2820x%29\" - \"%28200%29%2F%2820x%29\"\r\n" );
document.write( "\r\n" );
document.write( "6. Since the denominators are the same,\r\n" );
document.write( "   subtract the numerators and put them over the common denominator \r\n" );
document.write( "\r\n" );
document.write( "\"%28yx+-+200%29%2F%2820x%29\"\r\n" );
document.write( "\r\n" );
document.write( "--------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "Here's a third way to do the first one:\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fx\" + \"5%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "1. Get the least common denominator, xy\r\n" );
document.write( "\r\n" );
document.write( "2. Multiply both fractions by the unit fraction \"%28xy%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fx\"·\"%28xy%29%2F%28xy%29\" + \"5%2Fy\"·\"%28xy%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "3. Cancel left denominators into right numerators in each:\r\n" );
document.write( "\r\n" );
document.write( "\"3%2Fcross%28x%29\"·\"%28cross%28x%29y%29%2F%28xy%29\" + \"5%2Fcross%28y%29\"·\"%28x%2Across%28y%29%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"%283y%29%2F%28xy%29\" + \"%285x%29%2F%28xy%29\"\r\n" );
document.write( "\r\n" );
document.write( "4. Since the denominators are the same, add the numerators and put them \r\n" );
document.write( "   over the common denominator \r\n" );
document.write( "\r\n" );
document.write( "\"%283y+%2B+5x%29%2F%28xy%29\"\r\n" );
document.write( " \r\n" );
document.write( "=================================================\r\n" );
document.write( "\r\n" );
document.write( "I'll do the third one by the second method:\r\n" );
document.write( "\r\n" );
document.write( "(\"x%2F20\" + \"y%2F50\") - \"30%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "Remove the parentheses first\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F20\" + \"y%2F50\" - \"30%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "Get the least common denominator of 100y\r\n" );
document.write( "\r\n" );
document.write( "1. Divide the first denominator 20 into the least common\r\n" );
document.write( "denominator 100y and get 5y\r\n" );
document.write( "\r\n" );
document.write( "2. Multiply the first fraction by unit fraction \"%285y%29%2F%285y%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F20\"·\"%285y%29%2F%285y%29\" + \"y%2F50\" - \"30%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "3. Divide the second denominator 50 into the least common \r\n" );
document.write( "denominator 100y and get 2y\r\n" );
document.write( "\r\n" );
document.write( "4. Multiply second fraction by unit fraction \"%282y%29%2F%282y%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F20\"·\"%285y%29%2F%285y%29\" + \"y%2F50\"·\"%282y%29%2F%282y%29\" - \"30%2Fy\"\r\n" );
document.write( "\r\n" );
document.write( "5. Divide the third denominator y into the least common \r\n" );
document.write( "denominator 100y and get 100\r\n" );
document.write( "\r\n" );
document.write( "6. Multiply third fraction by unit fraction \"100%2F100\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%2F20\"·\"%285y%29%2F%285y%29\" + \"y%2F50\"·\"%282y%29%2F%282y%29\" - \"30%2Fy\"·\"100%2F100\"\r\n" );
document.write( "\r\n" );
document.write( "7. Multiply tops and bottoms in all three terms\r\n" );
document.write( "\r\n" );
document.write( "\"%285xy%29%2F%28100y%29\" + \"%282y%5E2%29%2F%28100y%29\" - \"3000%2F%28100y%29\"\r\n" );
document.write( "\r\n" );
document.write( "8. Since the denominators are the same, combine the numerators and put \r\n" );
document.write( "   them over the common denominator \r\n" );
document.write( "\r\n" );
document.write( "  \"%285xy%2B2y%5E2-3000%29%2F%28100y%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );