How many positive integers less than or equal to 100 are divisible by 2 or 3? Recall that x is divisible by y (or, equivalently, y | x) if there exists h \in \mathbb{Z} such that x = hy. Hint: Use inclusion-exclusion. a) 49 integers b) 50 integers c) 51 integers d) 52 integers