A={ x:x is a prime number less than 10}
B={x:x is a natural number divides 12}
a. Write A, B in roaster form
b. Find A union and A-B
c. Verify that A union B minus A (A minus B)
Answers
in the 3rd part it must be B-A on the right hand side....else it can't be proved.
Answer:
a. A = {}, B = {}
b. ∪ = {}, = {}
c. Identity doesn't hold.
Step-by-Step Explanation:
a. Roster form: All the elements of sets are listed within the braces { } and are separated by commas is called roster form.
Prime numbers less than are .
Roster form of A = {}.
Natural numbers that divides are .
Roster form of B = {}.
b. Union: Union of sets A and B is the collection all the elements of A and all the elements of B, common elements are taken only once.
(Difference): The difference of the sets A and B is the set of elements which belong to A but not to B.
Therefore, ∪ = {}
= {}
c. To show: (∪) - =
Compute left hand side as follows:
(∪) - = {}
Compute right hand side as follows:
= {}
Notice that (∪) - ≠ .
But result will hold for .
= {}
Thus, (∪) - = .
#SPJ3