P is a member of Prime Number, Q is a Prime Number.
How much member of P that can complete this problem?
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.
For P>3, 2^P=-1 MOD 3 and P^2=1 MOD 3. So for P>3, 2^P+P^2=0 MOD 3, so no solutions for P>3. When P=2, we get 8=2^3. When P=3, we get 17, which is a solution. Hence only 1 solution.