Find largest possible integer value of a such that
2 + 2 + 2 + 2 + . . . a a a > a a a a . . .
This is part of the set Fun With Problem-Solving .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Let x = 2 + 2 + 2 + 2 + . . . a a a
x = 2 + x a
x 2 = 2 x + a
x 2 − 2 x = a
x 2 − 2 x + 1 = a + 1
( x − 1 ) 2 = a + 1
x − 1 = ± a + 1
x = ± a + 1 + 1
Let y = a a a a . . .
y = a ⋅ a ⋅ a . . .
y = a 2 1 ⋅ a 4 1 ⋅ a 8 1 ⋅ . . .
y = a 2 1 + 4 1 + 8 1 + . . .
y = a 1 − 2 1 2 1
y = a
From y , we know that a ≥ 0
x > y ≥ 0
x > a ≥ 0
x > 0
When x = + a + 1 + 1 ,
+ a + 1 + 1 > 0 for a ≥ 0 ≥ − 1
When x = − a + 1 + 1 ,
− a + 1 + 1 > 0
a + 1 < 1
a + 1 < 1
a < 0 , which is contadictory to our claim that a ≥ 0 .
So, x = − a + 1 + 1
Hence, x = + a + 1 + 1
a + 1 + 1 > a
a + 1 > a − 1
There is a concern with such manipulation: If p > q , p > 0 , q < 0 , but ∣ p ∣ < ∣ q ∣ , then p 2 < q 2 ,
However, when a > 0 , such ∣ a + 1 ∣ > ∣ a − 1 ∣
Therefore, we could go ahead with the manipulation with further squaring of both sides, giving
( a + 1 ) 2 > ( a − 1 ) 2
a + 1 > a 2 − 2 a + 1
a 2 − 3 a < 0
a ( a − 3 ) < 0
Previously, we have shown that a ≥ 0 ,
So, it follows that a < 3
The largest integer value of a which satisfies the inequality is a = 2