At first, negation was obvious. However, the more I thought about it, the more I got confused on why the answers are what they are. For example,
$$P = \text{The real number } r \text{ is at most } \sqrt{2}$$
whose negation is
$$\neg P = \text{The real number } r \text{ is greater than } \sqrt{2}$$
When I try to think in a precise way about it, I get more confused why it is not "It is not the case...at most $\sqrt 2$. Meaning, it is possible that the following is a possibility : "The real number $r$ is at most $2$".
Can it not be "...at most some $x$" for some $x$ as long as it is not equal to $\sqrt{2}$?
To say :
means : $r \le \sqrt{2}$.
Here we are using "at most" in a different sense with respect to "some x", that must be translated with the existential quantifier : $\exists$.
The statement express a relation between two (real) numbers : $r$ and $\sqrt{2}$.
To negate it, we have to express the fact that the two numbers (in that order) do not satisfy the relation.
But the usual translation of "not-(less-or-equal)" is "greater-then".
Thus, the negated statement will be : $r > \sqrt{2}$.