Divisor 2010
- Prime Number:
 - No
 
Test for Divisibility by 2010
To determine if any number is divisible by 2010, you must apply 4 tests successively. If all of them 'pass' - that is, if your number is divisible by 2 and 3 and 5 and 67 - then it is divisible by 2010.
The following tests must pass:
- Test if a number is divisible by 2
 - Test if a number is divisible by 3
 - Test if a number is divisible by 5
 - Test if a number is divisible by 67
 
Easy!