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
Product and set difference identity: If A = {a, d}, B = {b, c, e} and C = {b, c, f}, evaluate A × (B − C).
Intersection of two Cartesian products: For A = {1,2,3}, B = {2,3,4}, C = {1,3,4}, D = {2,4,5}, compute (A × B) ∩ (C × D).
Sets and Venn Logic – English-only speakers from group totals: In a group of 50 people, 35 speak Hindi, 25 speak both Hindi and English, and every person speaks at least one of Hindi or English. How many people speak only English (i.e., English but not Hindi)?
Vehicle ownership distribution – cars first, then motorcycles: In a locality of 80 families, 20% of the families own a car (one each). Of the remaining families, 50% own a motorcycle (one each). How many families do not own any vehicle?
Pass in both subjects – complement of union of failures: In an examination, 30% of students failed in Hindi, 45% failed in English, and 20% failed in both. What percentage passed in both subjects?
Set difference A − B with small numeric sets: Let A = {1, 2, 3, 4, 5} and B = {2, 4, 6}. Find A − B (elements in A that are not in B).
Power set construction for a 2-element set: Write the power set of A = {8, 9} (i.e., the set of all subsets of A, including the empty set and A itself).
Comparable sets (subset or superset relation exists): Which pair of sets is comparable (i.e., one is a subset of the other)?
At least one game – count using inclusion-exclusion: In a class, 50 students play cricket, 20 play football, and 10 play both. How many students play at least one of these two games?
Identify the finite set among descriptions: Which of the following sets is finite?
Identify the infinite set among descriptions: Which of the following sets is infinite?
Cardinality of distinct letters in a word: Find the number of distinct letters in the set {x : x is a letter of the word ASSASSINATION}.
Truth among set relations for BOWL / ELBOW / BELLOW: Let A = letters of 'BOWL', B = letters of 'ELBOW', C = letters of 'BELLOW'. Which statement is false?
Identify disjoint pairs among given sets: Which of the following pairs are disjoint? (i) {1,2,3,4} and {x ∈ N : 4 ≤ x ≤ 6} (ii) {a, e, i, o, u} and {c, d, e, f} (iii) {x : x is even integer} and {x : x is odd integer}
Find |X ∩ Y| using union and individual sizes: If |X ∪ Y| = 18, |X| = 8, and |Y| = 15, how many elements are in X ∩ Y?
Recovering |B| from |A|, |A ∪ B|, and |A ∩ B|: If set A has 40 elements, |A ∪ B| = 60 elements, and |A ∩ B| = 10 elements, how many elements does set B have?
Minimum number who can speak Hindi only (guaranteed count): In a group of 1000 people, 750 can speak Hindi and 400 can speak English. What is the minimum number who must be Hindi-only speakers?
Neither egg nor meat – count pure vegetarians via union: In a town of 5000 people, 3200 eat eggs, 2500 eat meat, and 1500 eat both egg and meat. How many are pure vegetarians (eat neither egg nor meat)?
Both coffee and tea – given at least one of the two: In a group of 70 people, 37 like coffee and 52 like tea. Each person likes at least one of coffee or tea. How many like both?
Cartesian product distributes over union: Given A = {a, d}, B = {b, c, e}, and C = {b, c, f}, compute A × (B ∪ C).
1
2
3
4