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

Home > Numbers
Prime pairs in power (Posted on 2021-07-05) Difficulty: 3 of 5
Find all natural numbers m,n such that 33m2+6n-61+4 is a prime number.

No Solution Yet Submitted by Danish Ahmed Khan    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution solution | Comment 2 of 6 |
The exponent is always = -1 mod 3 since the first two terms are multiples of 3 and the last subtracts one more than a multiple of 3. 

Since the exponent = 2 mod 3, we can write the expression as 3^(3k + 2) + 4 (Without considering how to choose (n,m) to arrive at a particular k)

But 3^(3k + 2) + 4 = 3^3k * 3^2 = 9*27^k + 4. Considering this expression mod 13, we have 9^(27 mod 13 = 1)^k + 4 = 9 + 4 = 13 => Expressions of this form are always multiples of 13, and so the only way they can be prime is when the expression equals 13.

The expression is equal to 13 only when the exponent is exactly equal to 2, which gives:

3m^2 + 6n - 61 = 2
3m^2 + 6n - 63 = 0
m^2 + 2n - 21 = 0

m must be < 5 (since m,n are > 0) and must be odd since the n term is necessarily even. So m can only be 1 or 3.

(m = 1, n = 10) and (m = 3, n = 6) are therefore the only solutions.
 

  Posted by Paul on 2021-07-05 12:29:31
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 (10)
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