The two missing numbers

An array should hold the integers 11 through 100100 but two are missing. The remaining 98 numbers sum to 4950, and their squares sum to 333150. What is the larger of the two missing numbers?

Show hints (2)+
  1. The sum gives a+ba+b; you need a second equation — the sum of squares gives a2+b2a^2+b^2.
  2. From a+ba+b and a2+b2a^2+b^2 get ab=(a+b)2(a2+b2)2ab=\tfrac{(a+b)^2-(a^2+b^2)}{2}, then solve t2(a+b)t+ab=0t^2-(a+b)t+ab=0.

Answer

Reveal answer →

60

Want the full step-by-step worked solution? It's part of Premium — along with a worked solution for every question in the bank.

Asked at: Jane Street, SIG

Related questions