document.write( "Question 1001437: Find the least number of 4 digit which is exactly divisibleby4,36,,30, 32.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #618612 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Try to first find the least number, no matter how many digits.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "4            2*2\r\n" );
document.write( "36           2*2*3*3\r\n" );
document.write( "30           2*3*5\r\n" );
document.write( "32           2^5\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "The needed smallest product is \"2%5E5%2A3%5E2%2A5=32%2A9%2A5=highlight%28highlight_green%281440%29%29\". That is the needed four-digit number.
\n" ); document.write( "
\n" );