document.write( "Question 627159: what is the LCM of x^2+6x, and x^2-6x \n" ); document.write( "
Algebra.Com's Answer #394768 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! what is the LCM of x^2+6x, and x^2-6x \n" ); document.write( ". \n" ); document.write( "factor each: \n" ); document.write( "x^2+6x = x(x+6) \n" ); document.write( ". \n" ); document.write( "x^2-6x = x(x-6) \n" ); document.write( ". \n" ); document.write( "LCM: \n" ); document.write( "x(x+6)(x-6) (this is the answer) \n" ); document.write( "or, you could expand it: \n" ); document.write( "x(x^2-36) \n" ); document.write( "x^3-36x \n" ); document.write( " |