document.write( "Question 141658: I need to simplify a sum involving three terms,
\n" );
document.write( "
\n" );
document.write( " ( 1/a squared b c ) - (2a/b squared c) - 3/a c\r
\n" );
document.write( "\n" );
document.write( "if there were two terms i would simply multiply top and bottom of each term by divisor of the other term.\r
\n" );
document.write( "\n" );
document.write( "with three terms should i try to make three terms into two? I am really stuck HELP \n" );
document.write( "
Algebra.Com's Answer #103229 by stanbon(75887) ![]() You can put this solution on YOUR website! ( 1/a squared b c ) - (2a/b squared c) - 3/a c \n" ); document.write( "[1/a^2bc] - [2a/b^2c] - [3/ac] \n" ); document.write( "You need a least common denominator for each fraction: \n" ); document.write( "lcm = a^2b^2c \n" ); document.write( "----------- \n" ); document.write( "ab^2c/lcm - 2a^3/lcm - 3ab^2/lcm\r \n" ); document.write( "\n" ); document.write( "------------------------ \n" ); document.write( "[ab^2c -2a^3 - 3ab^2]/lcm\r \n" ); document.write( "\n" ); document.write( "===================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |