Imagine you have a machine, that spits out a perfect random natual number $c$.
What is the probability that this number $c$ is divisible by a number $n \in \mathbb{N}$?
I have 2 ideas and for me, both seem to be logical.
1. The probability is $\frac 1n$
because evere $n$-th number is divisible by $n$...
2. The probability is $\frac 12$
If we divide the set $\mathbb{N}$ into two subsets, the first with all numbers that are divisible by $n$ and the second set with all numbers that are not divisible by $n$. Because the set $\mathbb{N}$ is a countable infinite set, both subsets are countable infinite sets too and hence they are the same size (I'm not quite sure that's right?)...
Second Question: Does the probability change if the machine spits out integers?