logo

CuriousTab

CuriousTab

Discussion


Home Aptitude Sets and Functions Comments

  • Question
  • If U = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11},
    A = {2, 4, 7},
    B = {3, 5, 7, 9, 11} and
    C = {7, 8, 9, 10, 11}.
    compute: (A ? U) ? (B ? C)


  • Options
  • A. {7}
  • B. {9}
  • C. {6}
  • D. {5}

  • Correct Answer
  • {7} 

    Explanation

    A ? U = {2, 4, 7} ? {2, 3, 4, 5, 6, 7, 8, 9, 10, 11}
    A ? U = {2, 4, 7};
    B ? C = {3, 5, 7, 9, 11} ? {7, 8, 9, 10, 11}.
    B ? C = {3, 5, 7, 8, 9, 10, 11}.
    Then (A ? U) ? (B ? C) = {2, 4, 7,} ? {3, 5, 7, 8, 9, 10, 11}
    (A ? U) ? (B ? C) = {7}.


  • Sets and Functions problems


    Search Results


    • 1. 
      Let A = {x: x ? N ? x is a multiple of 2};
      B = {x: x ? N ? x is a multiple of 5};
      C = {x: x ? N ? x is a multiple of 10};
      Describe the set (A ? B) ? C,

    • Options
    • A. A
    • B. B
    • C. A ? B
    • D. C
    • Discuss
    • 2. 
      Which of the following pairs of sets are not equivalent?

    • Options
    • A. A = {2, 4, 6, 8}, B = {u, v, w, x}
    • B. A = {a, b, c}, B = {?, ?, ?, ?, ?}
    • C. A = {}, B = ?
    • D. A = {x: x = 2n, n ? N}, B = {x: x = 2n + 1, n ? N}.
    • Discuss
    • 3. 
      Which of the following pairs of sets are not equal?

    • Options
    • A. (a) A = {1, 3, 3, 1}, B = {1, 4}
    • B. (b) A = {x: x + 2 = 2}, B = {0}
    • C. (c) A = {1, 3, 4, 4}, B = {3, 1, 4}
    • D. (d) A = {1,1/2,1/3,... }, B { 1/n : n? N } .
    • Discuss
    • 4. 
      Find the cardinal number of the following set {x: x = 2n, n ? N, 4 ? x ? 11}

    • Options
    • A. 8
    • B. 6
    • C. 12
    • D. 4
    • Discuss
    • 5. 
      In which of the following cases, A = B?

    • Options
    • A. A = {12, 14, 16}, B = {16, 18, 20}
    • B. A = ?, b = {}
    • C. A = {x: x ? W and x < 1}, B = ?
    • D. A = {x: x is a day of the week beginning with S}, B = {Sunday}
    • Discuss
    • 6. 
      In a class of 100 students, the number of students passed in English only is 46, in Maths only is 46, in Commerce only is 58. The number who passed in English and Maths is 16, Maths and Commerce is 24 and English and Commerce is 26, and the number who passed in all the subjects is 7. Find the number of the students who failed in all the subjects.

    • Options
    • A. 9
    • B. 8
    • C. 10
    • D. None of these
    • Discuss
    • 7. 
      If A = {a, b}, B = {2, 3, 5, 6, 7} and C = {5, 6, 7, 8, 9}, find A × (B ? C).

    • Options
    • A. A
    • B. ?
    • C. {(5, a), (6, a), (7, a), (5, b), (6, b), (7, b)}
    • D. {(a, 5), (a, 6), (a, 7), (b, 5), (b, 6), (b, 7)}
    • Discuss
    • 8. 
      If A = {a, d}, B = {b, c, e} and C = {b, c, f}, then A × (B ? C) =


    • Options
    • A. ?
    • B. (A × B) ? (A × C)
    • C. (A × B) ? (A × C)
    • D. None of these
    • Discuss
    • 9. 
      If A = {a, d}, B = {b, c, e} and C = {b, c, f}, then A × (B - C) =

    • Options
    • A. (A × B) - (A × C)
    • B. (A × B)
    • C. A × C
    • D. None of these
    • Discuss
    • 10. 
      If A = {1, 2, 3}, B = {2, 3, 4}, C = {1, 3, 4} and D = {2, 4, 5}, then (A × B) ? (C × D) =?

    • Options
    • A. (A ? D) × (B ? C)
    • B. (b) (A ? C) × (B ? D)
    • C. ?
    • D. None of these
    • Discuss


    Comments

    There are no comments.

Enter a new Comment