Suppose A = {a,b,c,d}. How many subsets of 2 elements are possible?
Answers
Answer:
6
Step-by-step explanation:
possible subsets with 2 elements are
{a,b}, {a,c}, {a,d}, {b,c}, {b,d}, {c,d}
SOLUTION
GIVEN
A = {a,b,c,d}.
TO DETERMINE
The number subsets of 2 elements
CONCEPT TO BE IMPLEMENTED
Set :
A set is a well defined collection of distinct objects of our perception or of our thought to be conceived as a whole
Subset :
A set S is said to be a subset of T if every element of S is an element of T . It is written as S ⊆ T
EVALUATION
Here the given set is
A = {a,b,c,d}.
Number of elements in A = 4
We have to find the number subsets of 2 elements
Hence the required number of subsets
= 6
More precisely the subsets are
{a,b},{a,c},{a,d},{b,c},{b,d},{c,d}
FINAL ANSWER
Hence the required number of subsets = 6
━━━━━━━━━━━━━━━━
Learn more from Brainly :-
If n(A) = 300, n(A∪B) = 500, n(A∩B) = 50 and n(B′) = 350, find n(B) and n(U).
https://brainly.in/question/4193770
2. If A, B and C are any three sets then prove the following using venn-diagram
A∩(BUC) = (A∩B) U (A∩C)
https://brainly.in/question/23234089