If p is any prime greater than 5 and , what are the positive integers values of x that satisfy the equation?
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.
P can be written as one of the following expressions: 6y, 6y+1, 6y+2, 6y+3, 6y+4, and 6y+5, as these allow for all possible values of x mod6. 6y cannot be prime because 6 can be factored out of it. 6y+2 and 6y+4 cannot be prime because 2 can be factored out of them. 6y+3 cannot be prime because 3 can be factored out of it. Therefore p can only be written as 6y + 1 or 6y + 5, so x must be either 1 or 5.