document.write( "Question 333568: I need to find the LCM of the following Algebraic Expressions:\r
\n" );
document.write( "\n" );
document.write( "x^5+2x^4+x^3, 2x^3-2x, 5x-5\r
\n" );
document.write( "\n" );
document.write( "This is how I solved the problem. Am I correct?\r
\n" );
document.write( "\n" );
document.write( "x^5+2x^4+x^3
\n" );
document.write( "x^3(x^2+2x+1)
\n" );
document.write( "x^3(x+1)(x+1)\r
\n" );
document.write( "\n" );
document.write( "2x(x^2-1)
\n" );
document.write( "2x(x+1)(x-1)\r
\n" );
document.write( "\n" );
document.write( "5x-5
\n" );
document.write( "5(x-1)\r
\n" );
document.write( "\n" );
document.write( "x^3(x+1)(x+1)2x(x+1)(x-1)5(x-1)
\n" );
document.write( "LCM= 10x^4(x+1)^2(x-1) \n" );
document.write( "
Algebra.Com's Answer #239039 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I need to find the LCM of the following Algebraic Expressions: \n" ); document.write( "x^5+2x^4+x^3, 2x^3-2x, 5x-5 \n" ); document.write( "This is how I solved the problem. Am I correct? \n" ); document.write( "x^5+2x^4+x^3 \n" ); document.write( "x^3(x^2+2x+1) \n" ); document.write( "x^3(x+1)(x+1) \n" ); document.write( "2x(x^2-1) \n" ); document.write( "2x(x+1)(x-1) \n" ); document.write( "5x-5 \n" ); document.write( "5(x-1) \n" ); document.write( "x^3(x+1)(x+1)2x(x+1)(x-1)5(x-1) \n" ); document.write( "LCM= 10x^4(x+1)^2(x-1) \n" ); document.write( "----------- \n" ); document.write( "x^5+2x^4+x^3 = x^3(x+1)(x+1) \n" ); document.write( "2x^3-2x = 2x(x+1)(x-1) \n" ); document.write( "5x-5 = 5(x-1) \n" ); document.write( "---------------- \n" ); document.write( "LCM = x^3(x+1)(x+1)*2*(x-1)*5 \n" ); document.write( "= 10x^3(x+1)^2(x-1) \n" ); document.write( "-------------- \n" ); document.write( "I don't think you need x^4, just x^3 \n" ); document.write( " \n" ); document.write( " |