How to prove that: $\sqrt{25!+3} \in \mathbb{R}\setminus\mathbb{Q}$

91 Views Asked by At

How can I prove that: $$\sqrt{25!+3} \in \mathbb{R}\setminus\mathbb{Q}?$$

Thanks!

2

There are 2 best solutions below

2
On

The square root of an integer is rational if and only if the integer is a square. $25! + 3$ is not a square since it is $3$ mod $4$.

0
On

Suppose there exist two coprime numbers $p,q \in \mathbb{Z} \backslash \{0\}$ such that $$\sqrt{25!+3}= \frac{p}{q},$$

or equivalently $$q^2(25!+3)=p^2.$$

Notice that $25!+3$ is divisible by $3$ but not by $9$. Therefore, $3$ divides $p^2$ that is $3$ divides $p$; we deduce that $9$ divides $q^2(25!+3)$, and finally that $3$ divides $q$. This is a contradiction with $\mathrm{gcd}(p,q)=1$.