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

Let (Z, *) be an algebraic structure where Z is the set of integers and the operation * is defined by n * m = max(n, m). Which of the following statements is true for (Z, *)? A. (Z, *) is a monoid. B. (Z, *) is an Abelian group. C. (Z, *) is a group. D. None of the above.

GATE 1997 · Discrete Mathematics · Group Theory · medium

Answer: D. None of the above

  1. max is associative and commutative: These identities hold for all integers, so (Z, max) is a commutative semigroup.
  2. Search for an identity: No integer is less than or equal to every integer (Z has no minimum), so no identity element exists.
  3. Eliminate group and abelian group: Since even the monoid requirement fails, the group and abelian-group options fail too.