Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Sets and Functions Questions
Sets & Cartesian Product — If P = {1, 2, 3} and Q = {4, 5}, determine the Cartesian product P × Q (ordered pairs with first element from P and second from Q).
Sets — If two sets A and B have n common elements, how many ordered pairs are common to the Cartesian products A × B and B × A?
Sets & Operations — Given U = {a, b, c, d, e, f}, A = {a, b, c}, B = {c, d, e, f}, and C = {c, d, e}, compute (A ∩ B) ∪ (A ∩ C).
Sets – Complement of a union in a fixed universe: Given the universe U = {a, b, c, d, e, f} and A = {a, b, c}. Compute the complement (U ∪ A)′ with respect to U.
Sets – Subset relations between A and B (odd naturals < 6): Let A = {1, 3, 5} and B = {x : x is an odd natural number less than 6}. Identify the false statement, interpreting “⊂” as “is a subset of”.
Sets – Elements vs subsets inside a mixed set: Given A = {ϕ, {ϕ}, 1, {1, ϕ}, 7}, identify which statement is false.
Power set of a singleton: Write the power set of {0}.
Equivalent sets – Compare by cardinality only: For which option are sets A and B equivalent (i.e., have the same number of elements)?
Cardinality by inclusion–exclusion (divisible by 7 or 11 up to 30): Find |{x : x is a natural number ≤ 30 and divisible by 7 or 11}|.
Identify the empty set among described sets: Which of the following sets is empty (has no elements)?
Finite vs infinite – identify a finite set: Which of the following sets is finite (has a finite number of elements)?
Finite vs infinite – choose the finite set: Which of the following sets is finite?
Non-empty vs empty sets – identify a non-empty set: Which of the following sets is non-empty?
Power set of C = {1, {2}}: Write P(C) explicitly.
Subsets of finite/infinite sets – find the true statement: Which of the following statements is true?
Describe A ∩ (B ∪ C) for multiples of 2, 5, and 10 in N: Let A = {x ∈ N : x is a multiple of 2}, B = {x ∈ N : x is a multiple of 5}, and C = {x ∈ N : x is a multiple of 10}. Describe A ∩ (B ∪ C).
Complement after set difference inside a fixed universe: Given U = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, A = {3, 5, 7, 9, 11}, and B = {7, 8, 9, 10, 11}. Compute (A − B)′ with respect to U.
Union cardinality via inclusion–exclusion (given |S|, |T|, |S ∩ T|): If |S| = 21, |T| = 32, and |S ∩ T| = 11, find |S ∪ T|.
Cartesian product A × B for small finite sets: Let A = {1, 2} and B = {2, 3}. Evaluate A × B.
Recover a finite set from A × A size and sample pairs: Given that A × A has 9 elements and includes (−1, 0) and (0, 1), determine A.
1
2
3
4