Home » Aptitude » Sets and Functions

If A = {1, 2, 3, 4, 5} and B = {2, 4, 6} then what is the value of A - B?

Correct Answer: {1, 3, 5}

Explanation:

A new set having those elements which are in A but not in B is said to be the difference of sets A and B and it is denoted by A ? B.
Given that in question, A = {1, 2, 3, 4, 5} and B = {2, 4, 6}
So the numbers which are in A and but not in B = {1, 3, 5}
? A ? B = {1, 3, 5}


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion