How many positive integer solutions are there to
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.
Consider n ≥ 6 Then n ! can be written as 3 k ∗ q with k ≥ 2 . Then 3 n − 1 = n ! + 3 = 3 k ∗ q + 3 = 3 ∗ ( 3 k − 1 q + 1 ) which is not a perfect power of 3 since the second factor is not a multiple of 3. Taking modulo 3 on the first eqution we see n ! must be divisible by 3. That means 5 ≤ n ≤ 3 Checking cases we see n = 3 and n = 4 work. So there are 2 options.