document.write( "Question 989901: find a number that;
\n" ); document.write( "The last digit is even
\n" ); document.write( "Sum of the digits is divisible by 3
\n" ); document.write( "The last 2 digits are divisible by 4
\n" ); document.write( "The last digit is 0 or 5
\n" ); document.write( "The number is divisible by 2 and 3
\n" ); document.write( "The last 3 digits form a number divisible by 8
\n" ); document.write( "The sum of the digits is divisible by 9
\n" ); document.write( "The last digit is 0
\n" ); document.write( "

Algebra.Com's Answer #610080 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "\n" ); document.write( "
Original StatementTranslation
The last digit is even2 is a factor
Sum of the digits is divisible by 33 is a factor
The last 2 digits are divisible by 44 is a factor
The last digit is 0 or 55 is a factor
The number is divisible by 2 and 36 is a factor
The last 3 digits form a number divisible by 88 is a factor
The sum of the digits is divisible by 99 is a factor
The last digit is 010 is a factor
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In short, we know this number has the following factors: 2,3,4,5,6,8,9,10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There could be other factors or repeats of those factors above. Let's say that there is only one copy of each and only those factors are there\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply out all the factors: 2*3*4*5*6*8*9*10 = 518,400\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the smallest number possible is 518,400 Any other multiple of this number works as well.
\n" ); document.write( "
\n" );