1. Show that 5 divides 1n + 2n + 3n + 4n iff 4 does not divide n.
2. Let α = cot π/8, β = cosec π/8. Show that α satisfies a quadratic and β a quartic, both with integral coefficients and leading coefficient 1.
3. Let d be the greatest common divisor of a and b. Show that exactly d elements of {a, 2a, 3a, ... , ba} are divisible by b.
Solutions
Problem 1
Show that 5 divides 1n + 2n + 3n + 4n iff 4 does not divide n.
Solution
1n+2n+3n+4n = 1 + 2n + (-2)n + (-1)n mod 5. So if n is odd it is certainly divisible by 5. If n = 4k+2, then 2n = 4·24k = 4 mod 5, so 1n+2n+3n+4n = 1 + 4 + 4 + 1 = 0 mod 5.
Problem 2
Let α = cot π/8, β = cosec π/8. Show that α satisfies a quadratic and β a quartic, both with integral coefficients and leading coefficient 1.
Solution
tan(A+B) = (tan A + tan B)/(1 - tan A tan B) gives cot 2A = (cot2A - 1)/(2 cot A). So 1 = (α2 - 1)/(2α) or α2 - 2α - 1 = 0.
We have cos 4k = cos4k - 6 cos2k sin2k + sin4k = (1-sin2k)2 - 6 sin2k(1-sin2k) + sin4k = 8 sin4k - 8 sin2k + 1. Since cos π/2 = 0, we have 8/β4 - 8/β2 + 1 = 0 or β4 - 8β2 + 8 = 0.
Problem 3
Let d be the greatest common divisor of a and b. Show that exactly d elements of {a, 2a, 3a, ... , ba} are divisible by b.
Solution
Put a = Ad, b = Bd. Then A, B are relatively prime, so nA is divisible by B iff n is divisible by B. Thus the only members of {A, 2A, ... bA} divisible by B are kA where k = B, 2B, ... , dB. Hence the only members of {a, 2a, ... ba} divisible by b are the d multiples ka where a = B, 2B, ... , dB.
