A three-digit number n has digit sum s . It is known that n = 15 s + 27. Given that n is the largest such number, find n .
❓ Pick the best answer:
- A 162
- B 297
- C 324
- D 432
An AMC Number Theory problem. Read the conditions, set up the relationship and work to the answer — method beats guessing.
n = 15s + 27, so the digit sum of n must equal s. Only s = 18 works: 15×18 + 27 = 297, and 2+9+7 = 18 ✓. No larger s gives a valid 3-digit number, so n = 297.
Revise: Number Theory lessons.