Based on this question, I want to ask:
Suppose $q$ is drawn uniformly from $[0,1]$. What is the probability that the reduced form of $q$ has the form $\frac{n}{n+1}$ conditioned on $q\in\Bbb{Q}$?
(I'm reminded that one can't have a probability distribution on a countably infinite discrete set; but I don't recall offhand how to prove that there are no Borel probability measures on any countably infinite set. So I think the modification above will make sense but am happy to contemplate reasons why it doesn't and/or alternative probability measures to use on $\Bbb{Q}\cap [0,1]$.)
Here's my quick answer attempt. It will become evident that it's flawed but I don't have clarity on how exactly to fix the argument -- mostly I don't have good intuition for the function $$n\mapsto \#\{\mbox{integers $k<n$ that are coprime to $n$}\}.$$
I'm going to write $$ \Bbb{Q}\cap [0,1] = \bigcup_{n=0}^\infty Q_n $$ where $$ Q_n = \bigg\{ \frac{k}{n+1}\ \bigg|\ k=0,1,\ldots,n+1 \bigg\}.$$ For each $n$ we have $|Q_n| = n+1$. As there is precisely one element of $Q_n$ of the form $\frac{n}{n+1}$ we have for each $N$ the probability of randomly drawing such an element from $\cup_{n=0}^N Q_n$ is no less than $$ \frac{N+1}{\sum_{j=0}^N Q_j} = \frac{N+1}{1+2+\cdots + N+1} = \frac{2(N+1)}{(N+1)(N+2)} = \frac{2}{N+2} $$ However: This goes to zero, so: great, the probability is no less than zero
Notice that for composite $n$, many elements of $Q_n$ are not in reduced form, so I'm overcounting a lot of fractions.
Am I overcounting enough fractions to push the probability that $q = \frac{n}{n+1}$ above zero?