Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

When an integer is disible by 17,19,23, or 41?

Writer Mia Lopez
$\begingroup$

Let $n=a_m10^m++a_{m-1}10^{m-1}+\dots + a_{2}10^2+a_{1}10+a_0$ where $a_k$ are integers and $0\leq a_k \leq 9,k=0,1,\dots,m$ be the decimal representation of a positive integer $n$.
Let $S=a_0+a_1+\dots + a_m, T=a_0-a_1+ \dots + (-1)^m a_m$. Then
1.$n$ is divisible by $2$ iff a_0 is divisible by $2$.
2. $n$ is divisible by 11 iff $T$ is divisible by 11.
3. $n$ is divisible by 3 iff $S$ is divisible by 3. I know the proof of these results. I shall prove first one and the proof of rest two are similar.
Now my question : Is there any similar rule which will tell us whether an integer
$n$ is divisible by the primes 17,19,23,37,41 etc or not?

$\endgroup$ 4

1 Answer

$\begingroup$

Proof of first one.
Let us consider the polynomial
$f(x)=a_m x^m++a_{m-1}x^{m-1}+\dots + a_{2}x^2+a_{1}x+a_0$.
We have $10 \equiv 0(mod~ 2)$.
Therefore $f(10) \cong f(0)(mod ~ 2)$.
But $f(10)=n$ and $f(0)=a_0$.
Therefore $2 | (n-a_))$.
Hence $2 |n$ iff $2 | a_0$

$\endgroup$ 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy