*If A = {1,2,3,4,5}, B = {2,4,6,8} then A U B = ?* 1️⃣ {1,2,3,4,5} 2️⃣ { } 3️⃣ {1,2,3,4,5,6,8} 4️⃣ {2,4,6,8}
Answers
Answer:
3) {1,2,3,4,5,6,8.}===AUB
SOLUTION
TO CHOOSE THE CORRECT OPTION
If A = {1,2,3,4,5}, B = {2,4,6,8} then A U B =
1. {1,2,3,4,5}
2. { }
3. {1,2,3,4,5,6,8}
4. {2,4,6,8}
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
Representation of Set :
A set can be represented in following ways
(i) Statement form method
(ii) Roster or tabular form method
(iii) Rule or set builder form method
EVALUATION
Here it is given that
A = {1,2,3,4,5}, B = {2,4,6,8}
Now we have
A U B
= { x : x ∈ A ∨ x ∈ B }
= {1,2,3,4,5,6,8}
FINAL ANSWER
Hence the correct option is
3. {1,2,3,4,5,6,8}
━━━━━━━━━━━━━━━━
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