0

My sister is sixth year in school. She threw at me this number theory problem which gave me a big blue screen. Could you guys help? Thank you!

The object is to show $$5^{2n}47+25^{2n+1}+90\cdot6^{n+1}\equiv 0\mod 24$$ meaning $$24|5^{2n}47+25^{2n+1}+90\cdot6^{n+1}$$

Peter
  • 84,454
asd11
  • 508

4 Answers4

3

The trick is that you can do all the arithmetic modulo $24$.

$$25 \equiv 1 \mod 24$$ and $$47 \equiv -1 \mod 24$$ so by "replacing" $5^{2n}$ with $1^n=1$ and $47$ with $-1$ yields $$5^{2n} 47 \equiv -1 \mod 24.$$

Similarly, $$25^{2n+1} \equiv 1 \mod 24.$$

Finally, you can check that $90 \cdot 6^{n+1}$ is divisble by $24$ as long as $n \ge 1$.

So, the expression is equivalent to $-1 + 1 + 0= 0$ modulo $24$ (as long as $n \ge 1$).

angryavian
  • 89,882
2

Write $47\cdot 5^{2n}=(48-1)\cdot 5^{2n}=(24\cdot 2\cdot 5^{2n}-{25}^n)= 24\cdot 2\cdot 5^{2n}- 24m-1$ for some $m$

Write $25^{2n+1}=(24+1)^{2n+1}=24k+1$ for some $k$.

Write $90\cdot 6^{n+1}=24\cdot 3\cdot 45\cdot 6^{n-1}$.

So you see the sum becomes divisible by $24$.

1

Trying to use techniques that six grader could use, you can write the expression as (you just need to realize that $47=2\cdot24-1$, $25=24+1$, just find the $24$ there and try to factor it out): $$24(2\cdot25^n+25^{2n}+135\cdot 6^{n-1})+(24+1)^{n}-1$$ which for $n\geq 1$ will be divisible by $24$ apparently if and only if the $(24+1)^{n}-1$ is divisible by $24$. But you can see that by writting $$(24+1)^{n} = \underbrace{(24+1)(24+1)\dots(24+1)}_{n}$$ and when you look at it and try to expand that product, $24$ will contribute to each term in the product, except for term constisting only of $1s$, in other words $$ (24+1)^{n} = 24k+1 $$ for some integer $k$ and so $$ (24+1)^{n}-1 = 24k $$ is divisible by $24$.

Sil
  • 16,612
0

we get $$25^n\cdot 47+25^{2n}\cdot 25+540\cdot 6^n\equiv 1\cdot (-1)+1\cdot 1+12\cdot 6^n\equiv 12\cdot 6^n\equiv 0 \mod 24$$ since $$6^n$$ is even for all $n\geq 1$