practice problems pending
Q1. The age of a person in 2025 is a perfect square. His age was also a perfect square in 2012. His age will be a perfect cube (m) years after 2025. Determine the smallest value of (m). S1. Age in 2012 = p^2 p^2 + 13 = q^2 => 13 = q^2 - p^2 = (q-p)(q+p) => q - p = 1, q + p = 13 => q = 7, p = 6 => Age in 2012 = 36 => 49 + m = r^3 Smallest m = 15 so that r^3 = 4^3 = 64 Answer = 15 Q2. The sum of two real numbers is a positive integer (n) and the sum of their squares is (n + 1012). Find the maximum possible value of (n). S2. a + b = n a^2 + b^2 = n + 1012 Root mean square inequality tells us that sqrt[(x1^2 + x2^2 ...xn^2)/n] >= (x1 + x2 ... xn)/n => sqrt[(a^2 + b^2)/2] >= (a+b)/2 => (n+1012)/2 >= n^2/4 => n^2 - 2n - 2024 <= 0 => n^2 - 2n - 1 <= 2025 => (n-1)^2 <= 2025 => |n-1| <= 45 => -45 <= n-1 <= 45 => -44 <= n <= 46 Max(n) = 46 Does it satisfy original equations? a + b = 46 (a + b)^2 - 2ab = 46 + 1012 = 46...