chetan2u
If there are different numbers of red, blue and white balls, is the number of red ball equal to a prime number?
(1) The ratio of red to blue ball is same as ratio of blue to white.
(2) The number of blue ball is equal to a prime number .
source-self made
Statement 1: given \(\frac{r}{b}=\frac{b}{w} => r=\frac{b^2}{w}\)
Case 1: if, \(w=1\), then \(r=b^2\) i.e a perfect square hence cannot be prime
Case 2: if, \(w≠1\), then for \(r\) to be prime \(\frac{b^2}{w}\) has to be prime. let \(\frac{b^2}{w}=p\), where \(p\) is any prime no
so \(b^2=p*w => b=\sqrt{p*w}\)
so for \(b\) to be an integer \(p=w\)
which in turn will mean that \(b=w=p\) which is not possible. Hence \(r\) is not prime.
SufficientStatement 2: nothing mentioned about \(r\).
InsufficientOption
Ayou have gone wrong in the coloured portion..
say p*w, p is any prime number say 2, w could be \(3^2*2\) so \(p*w= 2*3^2*2=36\)