Mmo Exercises 2
Mmo Exercises 2
20. Find all integers x, y such that x + y, x + 2y, 2x + y are all perfect squares.
21. Solve px = y 4 + 4 in the set of integers, where p is prime.
22. Solve (x2 + 2)(y 2 + 3)(z 2 + 4) = 60xyz in N.
23. Consider the sequence x0 = 0, x1 = 1 and xn+2 = 3xn+1 − 2xn for n =
1, 2, 3, ... Define yn = x2n +2n+2 . Show that yn is a square of an odd integer
for all nonnegative integer n.
1
24. Find all functions f : N → N such that for all n ∈ N:
f (f (n)) + f (n) = 2n + 6.
n + f (n)
f (f (n)) ≤ .
2
x2 + f (y) | (f (x))2 + y.