document.write( "Question 254847: What is the smallest natural number (1,2,3,4,5,…) that is divisible by each of the first ten natural numbers?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187220 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! (1,2,3,4,5,6,7,8,9,10) \n" ); document.write( "2=2 \n" ); document.write( "3=3 \n" ); document.write( "4=2*2 \n" ); document.write( "5=5 \n" ); document.write( "6=2*3 \n" ); document.write( "7=7 \n" ); document.write( "8=2*2*2 \n" ); document.write( "9=3*3 \n" ); document.write( "10=2*5 \n" ); document.write( "Look for the max. # of times each prime is used. \n" ); document.write( "N=(2*2*2)*(3*3)*5*7=2520 \n" ); document.write( " \n" ); document.write( " |