document.write( "Question 184874: I have to find the LCM of these two expressions:
\n" );
document.write( "X^3 - x^2 + x - 1
\n" );
document.write( "and
\n" );
document.write( "x^2 - 1
\n" );
document.write( "please help
\n" );
document.write( "thank you :) \n" );
document.write( "
Algebra.Com's Answer #138725 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the LCM of these two expressions: \n" ); document.write( "X^3 - x^2 + x - 1 \n" ); document.write( "and \n" ); document.write( "x^2 - 1 \n" ); document.write( "----------------------- \n" ); document.write( "Factor each form: \n" ); document.write( "X^3 - x^2 + x - 1 = (x-1)(x^2+1) \n" ); document.write( "x^2 -1 = (x-1)(x+1) \n" ); document.write( "----------------------------------- \n" ); document.write( "the least common multiple is (x-1)(x+1)(x^2+1) \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |