Find the least positive integer such that 13 divides .
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.
We want x^2 + 1 to be a multiple of 13 and we want x to be the least positive integer possible. The first multiple of 13 is 13 but x^2 + 1 = 13 implies that x = 2sqrt(3) which doesn't satisfy the requirement. The second multiple of 13 is 26 which implies that x=5. Therefore the answer is 5.