Prove that the equation $\big(\frac{p}{q}\big)^2 = 3$ has no solution for $p,q$ that belong to $\mathbb{N}$. Can anyone please provide a solution to this problem?
2026-04-02 00:24:21.1775089461
prove by contradiction that $(p/q)^2 =3$ has no solution
610 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
WLOG, assume that $p$ and $q$ are coprime. $$\left(\frac{p}{q} \right)^2=3 \iff p^2=3q^2 \equiv 0 \pmod {3}$$ Thus $$p \equiv 0 \pmod {3} \iff p=3k, k \in \mathbb{N}$$ So $$3q^2=p^2=9k^2 \iff q^2=3k^2 \implies q \equiv 0 \pmod {3}$$ So $p \equiv q \equiv 0 \pmod {3}$. Contradiction to the assumption that $p$ and $q$ are coprime.
So there are no solutions.