Very good!!
OK, I guess you guys cannot wait for the OA since this one is hard. The OA is (B)
Let solve this one.
(1) With common sense, we probably can conclude right the way that this one is insufficient.
Obviously, 0 < a < 1
Also 0 < b < 1
a is a constant and b is variable so (1) will give you nothing.
b could be 0.00000000000000001 or 0.999999999999999999
(2) OK, the second one gives you the number 1/10
You may want to find out what this number is for.
If (2) is sufficient, a = 1/10 or a < 1/10
Look at the pattern in a: k/(k + 1), where k is an integer greater than 0
Let
c = 1/2 * 3/4 * ... * 97/100 (1)
-> a = c * 99/100
Notice that:
k/(k + 1) < (k + 1)/(k + 2)
Quick proof here:
k/(k + 1) < (k + 1)/(k + 2)
-> k * (k + 2) < (k + 1) * (k + 1)
-> k^2 + 2*k < k^2 + 2*k + 1
-> 0 < 1 (TRUE)
According to the inequality above:
1/2 < 2/3
1/2 * 3/4 < 2/3 * 4/5
...
We can say:
c < 2/3 * 4/5 * ... * 98/99 (2)
Multiply (1) and (2)
c^2 < 1/2 * 2/3 * ... * 97/98 * 98/99
c^2 < 1/99
-> c < 1/sqrt(99)
We have:
a = c * 99/100 <1/sqrt(99) * 99/100 = sqrt(99)/100 < 10/100 = 1/10
-> a < 1/10
WOW, done. This mean if b > 1/10, then a is always less than b since a < 1/10
By the way, I made up this question!!!