document.write( "Question 920880: What’s the lowest number divisible by 2, 3, 4, 5 and 6? \n" ); document.write( "
Algebra.Com's Answer #558609 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Assuming you mean smallest *positive* integer divisible by 2,3,4,5,6, the answer is LCM(2,3,4,5,6) = 60. \n" ); document.write( "
\n" );