Problems 241
Problems 241
1 2 3 4 1 2 3 4
5 6 7 8 2 4 6 8
9 10 11 12 3 6 9 12
Isabella’s Grid Vidur’s Grid
Isabella sums up the numbers in her grid, and Vidur sums up the numbers in his grid; the difference
between these two quantities is 1200. Compute a + b.
3. Compute the sum of all two-digit positive integers x such that for all three-digit (base 10) positive
integers a b c, if a b c is a multiple of x, then the three-digit (base 10) number b c a is also a multiple of
x.
4. Let f (x) be a quotient of two quadratic polynomials. Given that f (n) = n3 for all n ∈ {1, 2, 3, 4, 5},
compute f (0).
5. Compute the unique ordered pair (x, y) of real numbers satisfying the system of equations
x 1 y 1
√ − =7 and √ + = 4.
2
x +y 2 x 2
x +y 2 y
6. Compute the sum of all positive integers n such that 50 ≤ n ≤ 100 and 2n + 3 does not divide 2n! − 1.
7. Let P (n) = (n − 13 )(n − 23 ) . . . (n − 403 ) for positive integers n. Suppose that d is the largest positive
integer that divides P (n) for every integer n > 2023. If d is a product of m (not necessarily distinct)
prime numbers, compute m.
8. Let ζ = cos 2π 2π
13 + i sin 13 . Suppose a > b > c > d are positive integers satisfying
√
|ζ a + ζ b + ζ c + ζ d | = 3.
a2 = b − c,
b2 = c − a, and
c2 = a − b.