nverma
If \(|A| \lt |B|\) , which of the following numbers is always negative?
* \(\frac{A}{B} - \frac{B}{A}\)
* \(\frac{A - B}{A + B}\)
* \(A^B - B^A\)
* \(A \frac{B}{A - B}\)
* \(\frac{B - A}{B}\)
\(|x|<|y|\) means there are 4 scenarios possible:
1. ------------\(0\)----\(a\)----\(b\)---, both positive;
2. -------\(a\)----\(0\)---------\(b\)---, \(b\) positive, \(a\) negative;
3. --\(b\)---------\(0\)----\(a\)--------, \(a\) positive, \(b\) negative;
4. --\(b\)----\(a\)----\(0\)-------------, both negative.
A.\(\frac{A}{B} - \frac{B}{A}\) - is positive for scenario (2) or (3);
B. \(\frac{A - B}{A + B}\) - is negative for all scenarios (either numerator positive, denominator negative ot vise-versa).;
C. \(A^B - B^A\) - is positive for scenario (2), (\(a\) negative integer, \(b\) positive even);
D. \(A \frac{B}{A - B}\) - is positive for scenario (4);
E. \(\frac{B - A}{B}\) - is positive for all scenarios.
Answer: B.