Hi Fig,
That was a fast reply ! Thanks so much for the same.
Can't I cross multiply even when r, b, w are positive numbers(distinct or non distinct)?
I was working out a DS problem from GMATprep and I accidently stumbled on this snippet. The problem involved probabilities of white (w), red (r) and blue(b) balls.
Since this might help others, Here is the problem
There are w white, b blue and r red balls in a bag. Is the probability of getting a white ball greater than getting a red ball?
(1) r/(b+w) > w/(b+r)
(2) Someother condition
Obviously, the number of balls cannot be negative, right ? The answer to this problem is A, and I was able to do it as follows :
r/(b+w) > w/(b+r)
Add 1 on both sides
1 + r/(b+w) > 1 + w/(b+r)
(r+b+w)/(b+w) > (r+b+w)/(b+r)
Taking reciprocal on both sides
(b+w)/(r+b+w) > (b+r)/(r+b+w)
So w > r, (1) is sufficient
Excellent, though be careful with the inequality sign when you take the reciprocal of both sides!