Let $n$ and ($n+2$) be two prime numbers. If any real value of $n$ satisfies that condition, then prove that $$\frac{4{[(n-1)!+1]}+n}{n(n+2)} = k$$ where $k$ is a positive integer.
SOURCE: BANGLADESH MATH OLYMPIAD (Preparatory Question)
My Attempt:
I know a basic formula of modular arithmetic only and that is:
$(n-1)! \equiv -1\pmod n$ ....(but I don't know why it's true)
However, out of curiosity and after gaining nothing but few knowledge about modulus, I noticed that $(n-1)! +1$ would be divisible by n. Moreover, we will get same result from $4[(n-1)!+1]$. Similarly, $4[(n-1)!+1]+n \equiv 0 \pmod n$.
But how can I show the divisibilty of the above term by $(n+2)$ and in the same case what will be its remainder? Further, how can I prove the above condition and what is the essence that $n$ and $(n+2)$ must be supposed to be prime number and nothing else? And if they are not so, can't the desired proof be solved?
Any reference according to post or small hint will be very helpful for me. Thanks in advance.