Consider the set of numbers . The ratio of the largest element of the set to the sum of the other ten elements of the set is closest to which integer?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
The other ten elements sum to 1111111111, just over 10^10 / 9, so the ratio is a hair under 9.
Solution
The ten smaller elements sum to
The requested ratio is
which is slightly more than (the denominator is a hair less than ) and far closer to than to . Numerically, .
The answer is .
Why this works
A geometric series with ratio is dominated by its last term, and the sum of all earlier terms is roughly the last term divided by . The exact repunit formula makes the estimate rigorous.
Alternative approach
Compare with : nine copies of the sum give , which is short of , so the ratio is just above .
The trap
Comparing 10^10 only with the next largest term 10^9 and answering 10.
Common mistakes
- Comparing only with the next largest term and answering .
- Counting the largest element in the sum as well, which pushes the estimate toward or .
Techniques
Bound the quantity above/below or estimate to pin it down