I'm having trouble solving the following exercise:
Find a partitioning of the set $\{x\in \mathbb Q | x \geq 0\}$ in disjoint subsets, each containing two elements.
Now at first I thought about pairs $(a,b) := \{\{a\}, \{a,b\}\}$ whith whom you could identify $\frac{a}{b}$, but they are rather subsets of $\mathcal P(\mathbb N)$, right? Maybe there is an easy solution, but neither I nor my friends couldn't come up with one yet.
Note that if $\frac pq$ is a rational number such that $p$ and $q$ are positive integers and coprime, then $\frac qp\neq\frac pq$ as long as $p\neq q$.
This will leave you with exactly two numbers in your set which cannot be represented like that.
Formally, as requested by the OP in the comments, this would be, $$\{0,1\}\cup\left\{\left\{\frac pq,\frac qp\right\}\mathrel{}\middle|\mathrel{}\begin{array}{l}p,q\in\Bbb N\setminus\{0\},\\ \gcd(p,q)=1,\\ p\neq q\end{array}\right\}$$
Of course, if you define $\Bbb N$ as starting with $1$, you don't have to add that $\setminus\{0\}$ part.