Prove that $5$ does not divide $52$

724 Views Asked by At

If I suppose that $5$ divides $52$, then there would exist an $ s \in \mathbb Z $ such that $ 5s = 52 $. There is no such s, because $5(10) = 50$, and $5(11) = 55$. I'm not convinced with this proof, because I beleive I'm missing an argument, ad I´m am not sure what is it.

Another way I was thinkng was to say that, because of the division algorithm, $5(10) + 2 = 52$, which would prove that $2$ is different from $0$, ad therefore there is no $ s \in \mathbb Z $ such that $ 5s = 52 $. I am still not convinced...

2

There are 2 best solutions below

0
On BEST ANSWER

When a nonzero integer $y$ divides an integer $x$, it is a theorem that the division algorithm produces a unique remainder $r$ and quotient $q$ such that $x = qy + r$ for $0 \leq r < y$. Can you prove it? Hint: proceed by contradiction.

Dividing $5$ into $52$, we get $52 = 10 \cdot 5 + 2$.

Note that $y|x$ if and only if $r = 0$, which it does not in this case.

0
On

You could maybe prove the following: if $s>11$, then $5s>55$. Further, $52$ is not more than $55$. So, if $5s=52$, then $s\leq 11$ and you can check the $11$ possibilities by hand. (However, you need to have order on $\mathbb{N}$ for this argument)