if A={x:x is a prime number less than 15} B={x:x is an even number less than 10} find AUB
Answers
Answer:
AUB=(2,3,4,5,6,7,8,11,13)
SOLUTION
GIVEN
A = { x : x is a prime number less than 15 }
B = { x : x is an even number less than 10 }
TO DETERMINE
The set AUB
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 = { x : x is a prime number less than 15 }
So we have
A = { 2 , 3 , 5 , 7 , 11 , 13 }
B = { x : x is an even number less than 10 }
So we have
B = { 2 , 4 , 6 , 8 }
Hence we get
A U B
= { 2 , 3 , 4 , 5 , 6 , 7 , 8 , 11 , 13 }
━━━━━━━━━━━━━━━━
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