All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Minimum and 2015 Multiple Muse (Posted on 2023-06-16) Difficulty: 3 of 5
Determine the minimum value of a positive integer N such that:
•    3N - 2N is a positive integer multiple of 2015

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution Comment 2 of 2 |
2015 = 5 * 13 * 31
By Fermat's little theorem, 3^(5-1)=2^(5-1)=1, 3^(13-1)=2^(13-1)=1, and 3^(31-1)=2^(31-1)=1. So there is definitely a valid N = GCD(4, 12, 30) = 60.  But there could be a smaller value.

To look for a possible smaller n, we'll start by taking each prime factor 5, 13, and 31 in turn finding n such that the primes individually divide 3^n-2^n; and then combine those conditions to get the answer.

p=5: both exponentials have a cycle of length of 4.  Starting at n=1:
2^n mod 5: 2, 4, 3, 1
3^n mod 5: 3, 4, 2, 1
These remainders are equal when n is even.

p=13: 2^n has a cycle of length 4 and 3^n has a cycle length of 12.  Starting at n=1:
2^n mod 5: 2, 4, 8, 3, 6, 12, 11, 9, 5, 10, 7, 1
3^n mod 5: 3, 9, 1, 3, 9, 1, 3, 9, 1, 3, 9, 1
These remainders are equal when n is a multiple of 4.

p=31: 2^n has a cycle of length 5 and 3^n has a cycle length of 30.  Starting at n=1:
2^n mod 5: 2, 4, 8, 16, 1, 2, 4, 8, 16, 1, 2, 4, 8, 16, 1, 2, 4, 8, 16, 1, 2, 4, 8, 16, 1, 2, 4, 8, 16, 1
3^n mod 5: 3, 9, 27, 19, 26, 16, 17, 20, 29, 25, 13, 8, 24, 10, 30, 28, 22, 4, 12, 5, 15, 14, 11, 2, 6, 18, 23, 7, 21, 1
These remainders are equal when n is a multiple of 30.

So now we need n such that it is even, a multiple of 4, and a multiple of 30.  Then n is a multiple of 60, so the minimum value of a positive integer N such that: 3^N - 2^N is a positive integer multiple of 2015 is N=60.

  Posted by Brian Smith on 2023-06-16 10:58:29
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information