- pradeepkaushal9518
- Legendary Member
- Posts: 1309
- Joined: Wed Mar 17, 2010 11:41 pm
- Thanked: 33 times
- Followed by:5 members
Value of min (10,w) = w if w<=10
= 10 if w>10
So we need to find what w is.
Statement 1:
w = max(20,z)
Thus value of w is atleast 20.
This implies w>=20.
So, min (10,w) = 10.
Sufficient.
Statement 2:
w=max (10,w)
This implies w>10
In that case, min (10,w) = 10 (since w>10).
Sufficient.
Thus both statements are sufficient alone. So the answer is D.

















