niks18
Bunuel
If rs ≠ 0, does 1/r + 1/s = 5 ?
(1) rs > 1
(2) s < –r
\(\frac{1}{r}+\frac{1}{s}=5\) is only possible when both \(r\) and \(s\) are fractions for eg \(r=1\) and \(s=\frac{1}{4}\) or \(r=\frac{1}{2}\) and \(s=\frac{1}{3}\), if \(r\) & \(s\) are integers then LHS will has a value less than \(1\).
Statement 1: from this we know \(rs>1\) this implies that r and s are not a proper fraction because the multiplication is greater than 1. Hence LHS cannot be equal to RHS. Sufficient.
Statement 2: \(s<-r\) or \(r+s<0\). again value of \(r\) & \(s\) cannot be calculated.
InsufficientOption
Aboth r and s not necessarily be fractions or integers.
eg r=5 and s= 5/24
then rs= 25/24 ----> rs>1
and 1/5 +1/(5/24) = 1/5 + 24/5 = 5
Hence Statement 1 is not sufficient.
stmt 2 says s< -r
that means s+r <0
stmt 2 also gives nothing hence insufficient.
Combining stmt 1 and 2 we get rs>1 means rs is positive, and r+s<0 means r+s is negative
1/r + 1/s
=(r+s)/rs
=negative / positive
so in any case 1/r + 1/s will not be equal to 5.
Hence Both statements together are sufficient.Answer is Option C.Kudos if it helps.