• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. General Aptitude

If x > y > 1, which of the following must be true? i. ln x > ln y ii. e^x > e^y iii. y^x > x^y iv. cos x > cos y A. (i) and (ii) B. (i) and (iii) C. (iii) and (iv) D. (ii) and (iv)

GATE 2015 · General Aptitude · Functions · medium

Answer: Statements (i) ln x > ln y and (ii) e^x > e^y must both be true; answer is A.

  1. Verify statement (i): ln x > ln y: Since ln is strictly increasing on (0, infinity), x > y > 1 directly implies ln x > ln y. Statement (i) is always TRUE.
  2. Verify statement (ii): e^x > e^y: Since e^t is strictly increasing, x > y implies e^x > e^y. Statement (ii) is always TRUE.
  3. Test statement (iii): y^x > x^y: With x=3, y=2: y^x = 8 < 9 = x^y. So y^x > x^y is FALSE for x=3, y=2. Statement (iii) need not be true.
  4. Test statement (iv): cos x > cos y: Cosine oscillates and is not monotone. For x slightly greater than pi and y slightly less, cos x < cos y easily. Statement (iv) is not always true.
  5. Conclude: Only statements (i) and (ii) must be true. Answer: A.