Question: A box contains white and black balls. When two balls are drawn without replacement, suppose the probability that both are white is 1/3. (A) Find the smallest number of balls in the box.
Solution from the text:
Let a and b denote the number of white and black balls in the box, and $W_k$ the event
$W_k=$ “a white ball is drawn at the kth draw”
We are given that $ P(W_1 \cap W_2) = 1/3 $.
It follows that $$\begin{align} P(W_1 \cap W_2) &= P(W_2 \cap W_1)\\ &= P(W_2 | W_1)P(W_1)\\&=\frac{a-1}{(a-1)+b}\frac{a}{a+b}\\&=1/3 \;\tag1\end{align}$$
The author goes on to state the following:
Because $b > 0$, $$\frac{a}{a+b} > \frac{a-1}{(a-1)+b}$$
We can rewrite $(1)$ as $$\left(\frac{a-1}{(a-1)+b}\right)^2 < 1/3 < \left(\frac{a}{a+b}\right)^2 \: \tag2$$
Which gives the inequalities $$ (\sqrt{3} + 1)b/2 < a < 1+ (\sqrt{3} +1)b/2 \: \tag3$$
And later goes to show that $a = 2$ for $b=1$.
It is the last two inequalities, $(2)$ and $(3)$, that are giving me trouble, as I can’t figure out how the author got there. I have attempted just looking at the denominators (to no avail), as well as multiplying it out (also to no avail). The only thing that got me close to an answer was focusing on $(2)$ without the two exterior terms squared, and looking solely at the left side of the inequality.
Thanks for your time.
Note that $\dfrac{a-1}{a-1+b}<\dfrac{a}{a+b}$. Multiply this inequality by the first term and use (1) for the first inequality in (2); and by the second term for the second inequality in (2). To obtain (3) from (2), take square-roots and simplify.