I just looked at this problem in Binomial Theorem: Level 3 Challenges:
Which of the following numbers is larger? 101^50 or 100^50 +99^50. The answer is 101^50.
The interesting thing is that 101^2 is less than 100^2 + 99^2. and 101^3 is less than 100^3 + 99^3.
So my question is : What value of n satisfies the equation 101^n = 100^n + 99^n.
I make it just under 48.23.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
It is about 48.2275
Log in to reply
Thanks, I made it just under 48.23.
The only way to solve this is via numerical methods.
Log in to reply
I used a calculator, trying high and low values of n until I found an approximate value then honed in on the true value.