Find the minimum positive integer k such that
1 2 7 ∣ 2 2 4 + k .
This problem is part of Sanchayapol's set Number Theory Or Algebra? : A Complete Set .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can the question be solved without using modular arithmetic? I am not familiar with it.
Log in to reply
Hi Shreyash, I also don't know modular arithmetic, but I did it without it. First of all, 2^24 can be written as 256^3 or (127*2+2)^3 this will give a remainder of 8 when divided by 127 (hope you know why!). Sorry for not using LaTeX, had to do lots of Maths home work!!!!
Log in to reply
Thanx Satvik, and can understand the burden of the math homework!!!!!
Hii satvik , I am not able to understand why the remainder comes 8.Please make me understand when you are free
Log in to reply
@Deepak Jain – All the terms in the expansion will have 127 in it, except 2^3 or 8. For this you may need to look into binomial theorem.
Notice that 2^7 = 128, if you divide it by 127 a remainder 1. in modular arithmetic can be written as 2^7 = 128= 1 (mod 127).
Can you please explain how you went from the first line to the second?
Log in to reply
It's one of congruence's properties. I will prove it below. Theorem: If m is a positive integer, m > 0 , a , b , c ∈ I + , then if a ≡ b ( m o d m ) , then a k ≡ b k ( m o d m )
Proof : If a ≡ b ( m o d m ) , then m ∣ a − b
Suppose that m a − b = c , when c is a positive integer.
Then, a − b = m c − − − ( ∗ )
On the other hand, a k − b k = ( a − b ) ( a k − 1 + a k − 2 b + . . . + a b k − 2 + b k − 1 )
Subsituting Equation ( ∗ ) , a k − b k = ( m c ) ( a k − 1 + a k − 2 b + . . . + a b k − 2 + b k − 1 )
Thus, m a k − b k = c ( a k − 1 + a k − 2 b + . . . + a b k − 2 + b k − 1 )
Since c , ( a k − 1 + a k − 2 b + . . . + a b k − 2 + b k − 1 ) ∈ I + ,
So since c ( a k − 1 + a k − 2 b + . . . + a b k − 2 + b k − 1 ) ∈ I + ,
So since m ∣ a k − b k ,
∴ a k ≡ b k ( m o d m ) .
Easily speaking, when the first number is congruent to the second with a mod, the first number raised to any power will be congruent to the second raised to the same power, with the same mod.
So, in this case :
2 7 ≡ 1 ( m o d 1 2 7 )
( 2 7 ) 3 ≡ 1 3 ( m o d 1 2 7 )
∴ 2 2 1 ≡ 1 ( m o d 1 2 7 )
Log in to reply
@Sanchayapol Lewgasamsarn
2 simple questions:
What do those 3 dots mean? The ones you've used in the last line of your comment.
What do you call the set I + and is it standard notation? thanks.
Or that in this case they are cyclic
Use mathematical induction. That's it
2 7 ≡ 1 ( m o d 1 2 7 )
or, 2 2 1 ≡ 1 ( m o d 1 2 7 )
or, 2 2 4 ≡ 8 ( m o d 1 2 7 )
The smallest negative number which is ≡ 8 ( m o d 1 2 7 ) is -119.
So, 2 2 4 ≡ − 1 1 9 ( m o d 1 2 7 )
or, 1 2 7 ∣ 2 2 4 + 1 1 9
∴ k = 1 1 9
Problem Loading...
Note Loading...
Set Loading...
2 7 ≡ 1 ( m o d 1 2 7 )
2 2 1 ≡ 1 ( m o d 1 2 7 )
2 2 4 ≡ 8 ( m o d 1 2 7 )
∴ 1 2 7 ∣ 2 2 4 − 8 + 1 2 7 n , when n is a non-negative integer but k must be positive.
So, k m i n will be reached when n = 1 .
So, k m i n = 1 1 9