A3. Given three positive integers a, b, c, we can derive 8 numbers using one addition and one multiplication and using each number just once: a+b+c, a+bc, b+ac, c+ab, (a+b)c, (b+c)a, (c+a)b, abc. Show that if a, b, c are distinct positive integers such that n/2 < a, b, c, ≤ n, then the 8 derived numbers are all different. Show that if p is prime and n ≥ p2, then there are just d(p-1) ways of choosing two distinct numbers b, c from {p+1, p+2, ... , n} so that the 8 numbers derived from p, b, c are not all distinct, where d(p-1) is the number of positive divisors of p-1.
|
|