document.write( "Question 32329: What is the LCM (lowest common multiple) of:
\n" );
document.write( "
\n" );
document.write( "(3X2-27, X2-8x+15, 4x-12)\r
\n" );
document.write( "\n" );
document.write( "(3x squared-27. x squared-8x+15, 4x-12)\r
\n" );
document.write( "\n" );
document.write( "Thank You! \n" );
document.write( "
Algebra.Com's Answer #19064 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! 3x^2-27 = 3(x^2-9) = 3(x-3)(x+3) \n" ); document.write( "x^2-8x+15 = (x-5)(x-3) \n" ); document.write( "4x-12 = 4(x-3) \n" ); document.write( "LCM is 12(x-3)(x+3)(x-5) \n" ); document.write( " |