Write a full solution
Theorems allowed to use: - Divisibility, gcd, lcm, Prime numbers - Modular arithmetic - Chinese Remainder Theorem - Complete Residue System modulo n - Reduced Residue System modulo n - Euler's Theorem - Fermat's Little Theorem - Wilson's Theorem
1.) Prove that there are no positive integers such that
2.) Find the largest positive integer such that for all positive integers,
3.) Find all solutions to linear congruence
4.) Let be a prime number and , prove that
5.) Let be a prime number, prove that the congruence
has a solutions if and only if or .
This note is a part of Thailand Math POSN 2nd round 2015
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Solution to Q-4:
From Fermat's Little Theorem, we know that, for any integer a and a prime p, we have ap≡a(modp). Then,
10p≡10(modp)⟹10p−1≡9(modp)⟹N=910p−1≡1(modp) ,p=3
We have p=3 in that case since gcd(9,3)=3=1 and 3 is the only prime that is not coprime to 9.
For p=3, using divisibility rule of 3, we have N=9103−1=111≡0(mod3). Hence, we combine these two results as (with prime p),
N=910p−1≡{1(modp) , p=30(modp) , p=3 … (i)
Now, for positive integral n, 10n∈Z and hence, by FLT, we have 10np≡10n(modp) for all primes p and positive integral n. We use this result to form a modular congruence equation with the LHS of the statement to be proved modulo prime p as,
LHS≡N(108+2×107+3×106+…+9)≡123456789N(modp)
Using (i), this becomes,
LHS≡{123456789(modp) , p=30(modp) , p=3
Using Trivial Observation 1, this becomes,
LHS≡123456789(modp)=RHS
∴N×108p+2N×107p+3N×106p+⋯+9N≡123456789(modp)
prob 1 : first assume there is a positive number n such that 2558^n =1 (mod 2000^n -1) or, 2558^n-1=0( mod 2000^n-1) that means 2000^n-1 divides 2558^n-1 now , let p be the maximum prime divisor of 2000^n -1 so. 2000^n=1(mod p) let this p be also a maximum prime divisor of 2558^n-1 so. 2558^n=1 (mod p) then , 2000^n =2558^n or 2000= 2558 and it is not possible . So there are no integer n such that 2558^n=1(mod 2000^n-1)
Log in to reply
In your solution, it seems to me that you assume that an≡bn(modp)⟹a=b where a,b,n are positive integers and p is a prime. But that doesn't necessarily hold true.
Consider a=3,b=4,p=11,n=10. We have a=b but an≡bn(modp).
Solution to Q no 3 : 2557x=2015(mod 1200) Since gcd (2557,1200)=1 there is an unique solution (mod 1200) By using the Euclidean Algorithm to write 1 as the linear combination of 2557 and 1200, such as 1200×228-2557(-107)=1 here 2557(-107)=1(mod 1200) so, 2557(-107×2015)=2015 (mod 1200) Since , -107×2015 = 395 (mod 1200) We conclude that x=395 ( modulo 1200) is an unique solution . so x =395
Log in to reply
Nice solution. Also this question can be done by the CRT