Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Finding remainder when $5^{99}$ is divided by $13$
Hint:
$$5^{99} = 5(25)^{49} = 5(26-1)^{49} $$
Tags:
Elementary Number Theory
Divisibility
Binomial Theorem
Related
Prove that, if $p$ is an odd prime number, then ${f(p)}=\binom{2p-1}{p-1}-1$ is divisible by $p^2$
Differentiate expressions involving symmetric matrix $\mathbf{D}=\mathrm{diag}(\tau)\Omega\mathrm{diag}(\tau)$ with respect to element of $\tau$
What's the smallest difference in a group?
Proving that $\int_{0}^{1}x^{n-1}(1-x)^n \mathrm dx =\frac{1}{n {2n\choose n}}$
Unbounded operator such that $P^2=P$
Gamma-Distribution-like integral
Riemann Sphere as extended complex plane
Married Couple Probability Question
$ \lim_{n \to \infty} \frac{\sqrt[n]{n*(n+1)...(2n)}}{n}$
Is there non-trivial examples for groups $G$ satisfying $G = \mathrm{Aut}(G)$
Is $W^2-t$ martingale?
Problem with induction proof in textbook.
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python