What is the smallest prime number (other than 2 and 3) which can't be expressed as for non-negative integers a,b.?
If you think all prime number other than 2 and 3 can be expressed in this form, then enter 0.
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.
First we show 41 can't be expressed in this form.
Case 1:
2 a = 4 1 + 3 b . Taking mod 8,we get 2 a = 2 , 4 mod 8.That implies a=1 or 2.Easy to see that's impossible.
Case 2:
3 b = 4 1 + 2 a .Again,taking mod 8,we see that,b has to be even.Otherwise,a has to be 1.Since,43 is not a power of 3,that's impossible.
Now,taking mod 3,we see a has to be even.letting b = 2 b 1 and a = 2 a 1 we see, 4 1 = ( 3 b 1 − 2 a 1 ) ( 3 b 1 + 2 a 1 ) SInce,41 is a prime easy to see that this can't be true. Now other primes less than 41 (other than 2 and 3) can easily be found to be expressed in this form using trial and error.