-
vivek.kapoor83
- Legendary Member
- Posts: 833
- Joined: Mon Aug 04, 2008 1:56 am
- Thanked: 13 times
Key to these problems are working wiht extreme values
.1 = 1/10
.9 = 9/10
1.1 = 1 1/10 = 11/10
19/10
Stmt I
r/s will always be less than 1 since numerator bigger than denominator so fractions value has to be less than 1
must be true
Stmt II and III could be true but not must be true
rs = 9/10 * 11/10 <1
rs = 9/10 * 19/10 > 1
r-s = 1.1 - .9 <1
r-s = 1.8 - .2 >1
Hope this helps!












