Q1Easy
If A = {a, b, c, d}, what is n(A)?
A = {a, b, c, d} எனில், n(A) என்றால் என்ன?
- a4✓ Correct
- b1
- c5
- d3
Explanation
n(A) denotes the cardinality (number of elements) of set A, which is 4.
n(A) என்பது செட் A இன் கார்டினாலிட்டியை (உறுப்புகளின் எண்ணிக்கை) குறிக்கிறது, இது 4 ஆகும்.
Q2Easy
How many subsets does a set with 3 elements have (including the empty set and the set itself)?
3 கூறுகளைக் கொண்ட ஒரு தொகுப்பில் எத்தனை துணைக்குழுக்கள் உள்ளன (வெற்று தொகுப்பு மற்றும் தொகுப்பே உட்பட)?
- a3
- b9
- c6
- d8✓ Correct
Explanation
A set with n elements has 2ⁿ subsets; here 2³ = 8.
n உறுப்புகள் கொண்ட ஒரு தொகுப்பு 2ⁿ துணைக்குழுக்களைக் கொண்டுள்ளது; இங்கே 2³ = 8.
Q3Easy
If A = {1, 2, 3} and B = {2, 3, 4}, find A - B.
A = {1, 2, 3} மற்றும் B = {2, 3, 4} எனில், A - B ஐக் கண்டறியவும்.
- a{1, 2, 3, 4}
- b{2, 3}
- c{4}
- d{1}✓ Correct
Explanation
A - B keeps elements of A that are NOT in B; only 1 belongs to A but not B.
A - B ஆனது B இல் இல்லாத A இன் கூறுகளை வைத்திருக்கிறது; 1 மட்டுமே A க்கு சொந்தமானது ஆனால் B அல்ல.
Q4Easy
If A = {1, 2} and B = {x, y}, how many elements does A × B have?
A = {1, 2} மற்றும் B = {x, y} எனில், A × B இல் எத்தனை உறுப்புகள் உள்ளன?
- a2
- b4✓ Correct
- c6
- d8
Explanation
n(A × B) = n(A) × n(B) = 2 × 2 = 4: {(1,x),(1,y),(2,x),(2,y)}.
Q5Easy
For the relation R = {(1,2), (3,4), (5,6)}, what is the domain?
R = {(1,2), (3,4), (5,6)} என்ற உறவுக்கு, டொமைன் என்றால் என்ன?
- a{1, 3, 5}✓ Correct
- b{1, 6}
- c{1, 2, 3, 4, 5, 6}
- d{2, 4, 6}
Explanation
The domain of a relation is the set of all first coordinates of its ordered pairs: {1, 3, 5}.
ஒரு உறவின் டொமைன் என்பது அதன் வரிசைப்படுத்தப்பட்ட ஜோடிகளின் அனைத்து முதல் ஆயத்தொலைவுகளின் தொகுப்பாகும்: {1, 3, 5}.
21 more questions on Sets and Relations and Functions
Track your mastery, build a daily streak, and compete on the leaderboard across all 7 TN TET subjects.