This was a question asked in a competitive exam:
$(300^{3000} -1 )$ is divisible by
a) $401$ b) $501$ c) $301$ d) $901$
The answer is $301$. Not sure how they arrived at the answer. Can somebody explain ?
|
This was a question asked in a competitive exam:
The answer is $301$. Not sure how they arrived at the answer. Can somebody explain ? |
|||||||||||
|
|
$300 \equiv -1 \pmod{301}$, and $(-1)^{2 \cdot k} \equiv 1 \pmod{301}$, so $300^{2 \cdot 1500} - 1 \equiv 0 \pmod{301}$. |
|||
|
|
|
Let us consider the polynomial $x^n-1$ where $n$ is even, then $-1$ is a root of the polynomial and so it is divisible by $x-(-1)=x+1$. Put $x=300,n=3000$ to get the answer. |
|||||||||||||||||
|
|
An alternative to Dan's answer: $300 \equiv -1 \pmod{301}$, and $(-1)^{5 \cdot k} \equiv -1 \pmod{301}$. Now $$ 300^{3000} - 1 = (300^{1500}+1)(300^{1500}-1)=(300^{1500}+1)(300^{750}+1)(300^{375}+1)(300^{375}-1), $$ so $$ (300^{375}+1) \equiv (300^{5\cdot 75}+1) \equiv 0 \bmod 301 $$ |
||||
|
|
|
This answer only expands on Dan Brumleve's. What is a Congruence relation? Given two integers $x, y$. The statement that $x − y$ is divisible by another integer $k$ is equivalent to saying that the $x$ is congruent to $y$ modulus $n$, and written in the congruence notation as $x \equiv y\ (\textrm{mod}\ k)$ or equivalently as $k | (x - y)$. The congruence relation has the following properties:
It is not hard to show that Property 3 follows from Property 2, but we won't go there at this time. Restatement in terms of congruence relation Your original question can then be restated as follows:
Dan's Solution Expanded $300^{3000} - 1 \equiv 0 (\textrm{mod}\ n)$ can be rewritten as
But each of the following two expressions is trivially true for $n=301$:
By Property 4, these two also follow:
Simplified the above becomes:
By the Property 2 (subtraction rule), we can put these two together to obtain:
|
|||
|
|
|
(a^2-b^2)=(a+b)(a-b) 300^3000-1=300^3000-1^3000=(300^1500-1^1500)(300^1500+1^1500)= =(300^750-1^750)(300^750+1^750)(300^1500+1^1500)= =((300^375-1^375)(300^375+1^375)(300^750+1^750)(300^1500+1^1500)= ... so 299 and 301 are definely divisors of (300^3000−1) |
|||||
|