Find the least positive integer x such that
3 6 x ≡ 1 8 ( m o d 1 0 2 ) .
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.
Did much the same way. I used a bit of Algebra though. Took 3 6 x = 1 0 2 p + 1 8 , p ∈ Z and then ended up with p = 1 7 3 ⋅ ( 2 x − 1 ) and with a little observation, we get the answer from there.
Alternative:
Take the smallest x such that 3 6 x > 1 0 2
3 6 × ( 3 ) ≡ 6 ( m o d 1 0 2 )
Multiply both sides by three
3 6 × ( 9 ) ≡ 1 8 ( m o d 1 0 2 )
3 6 x ≡ 1 8 ( m o d 1 0 2 )
Can be expressed as,
3 6 x = 1 8 + 1 0 2 k , where k is an integer
Dividing both sides by 6 , we get
6 x = 3 + 1 7 k
6 x ≡ 3 ( m o d 1 7 )
2 x ≡ 1 ( m o d 1 7 )
2 x ≡ 1 8 ( m o d 1 7 )
x ≡ 9 ( m o d 1 7 )
Therefore the smallest is 9
Trial and Error
x has to be an integer.
3 6 x = 1 0 2 + 1 8 ⇒ x is not an integer
3 6 x = 2 × 1 0 2 + 1 8 ⇒ x is not an integer
3 6 x = 3 × 1 0 2 + 1 8 ⇒ 3 6 x = 3 2 4 ⇒ x is an integer
Hence, x = 9 .
36x=18+102t, t is an integer
2x=1+(17/3)t
2x-1=(17/3)t
-> t has to be minimum 3 for x to be an integer
-> 2x-1=17
x=9
Problem Loading...
Note Loading...
Set Loading...
3 6 x ≡ 1 8 ( m o d 1 0 2 )
∴ 1 0 2 ∣ 3 6 x − 1 8
∴ 6 × 1 7 ∣ 6 × 3 ( 2 x − 1 )
∴ 1 7 ∣ 3 ( 2 x − 1 )
But 3 and 1 7 are coprime, so 1 7 ∤ 3
⟹ 1 7 ∣ 2 x − 1
This gives 2 x − 1 is divisible by 1 7 . And minimum such positive integer is 1 7 itself.
2 x − 1 = 1 7 ⟹ x = 9