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

Which of the following statements is/are TRUE for a group G? A. If for all x, y in G, (xy)^2 = x^2 * y^2, then G is commutative. B. If for all x in G, x^2 = 1, then G is commutative. Here, 1 is the identity element of G. C. If the order of G is 2, then G is commutative. D. If G is commutative, then a subgroup of G need not be commutative.

GATE 2022 · Discrete Mathematics · Group Theory · medium

Answer: A, B, C

  1. Verify Statement A: Expanding (xy)^2 = xyxy and x^2*y^2 = xxyy. Setting equal and cancelling: yx = xy. So G is commutative. TRUE.
  2. Verify Statement B: Since x^{-1} = x for all x, we have (xy)^{-1} = y^{-1}x^{-1} = yx. Also (xy)^{-1} = xy (since xy also squares to e). So xy = yx. TRUE.
  3. Verify Statements C and D: C: |G|=2 means G = {e, a} with a^2 = e; both elements commute, so TRUE. D: Every subgroup of an abelian group is abelian, so D is FALSE.