Welcome back to Problem of the Week.
For this question, especially part (c), you may find it useful to use the modulo function within your proof. The modulo function, written as “a mod n”, tell you the remainder when a is divided by n. For example, “14 mod 5 = 4”. You may also see it in the form “a
b (mod n)” which means a and b have the same remainder when divided by n.
(a) Show that
is always divisible by 6, where
is a positive integer.
(b) Show that
is always divisible by 30, where
is a positive integer.
(c)* Hence, prove that
is always divisible by
, where
is a prime, and
is a positive integer.