Prime numbers in the set 2, 3, 5 and 7. Using them, we consider:
how many numbers up to N are divisible by 2, 3, 5 and 7
but then we listed the numbers that are divided into both:
2,3 = 6
2,5 = 10
2,7 = 14
etc.
but then we crossed out all the numbers divisible by all three of:
2,3,5 = 30
2,3,7 = 42
etc.
etc...
This combinatorial principle is called inclusion-exception .
, , . (, 2, 4, 6, 8 10, 3 9.)