Prove that n^4 +4 is a composite number for n>1.
If you worked on this for any length of time without success, you'll kick yourself now: n4 + 4 can be factored. Here it is:
n4 + 4
n4 + 4n2 + 4 - 4n2
( n4 + 4n2 + 4) - 4n2
((n2 + 2) + 2n)((n2 + 2) - 2n)
And since n>1 you can show that both factors are larger than one.
this shows it is composite when n is odd. If n is even it is clearly composite.