document.write( "Question 770032: Find the LCM of the following Polynomials:\r
\n" );
document.write( "\n" );
document.write( "x^3 - x and x^2 - x \n" );
document.write( "
Algebra.Com's Answer #469226 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the LCM of the following Polynomials: \n" ); document.write( "x^3 - x and x^2 - x \n" ); document.write( "------- \n" ); document.write( "Factor each expression::: \n" ); document.write( "x^3-x = x(x^2-1) = x(x-1)(x+1) \n" ); document.write( "------ \n" ); document.write( "x^2-x = x(x-1) \n" ); document.write( "------- \n" ); document.write( "LCM = x(x-1) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |