Which set is equal to {0, 1}?
Answer and explanation
Correct answer: {1, 0, 0}
Sets contain distinct elements only, so repetition is ignored. In the set {1, 0, 0}, the second occurrence of 0 does not create a new element. After removing the repetition, the set is {1, 0}, which has exactly the same elements as {0, 1}. Since order also does not matter in a set, option A represents a set equal to {0, 1}.
Frequently asked questions
What is the correct answer to this question?
{1, 0, 0}
Why is this the correct answer?
Sets contain distinct elements only, so repetition is ignored. In the set {1, 0, 0}, the second occurrence of 0 does not create a new element. After removing the repetition, the set is {1, 0}, which has exactly the same elements as {0, 1}. Since order also does not matter in a set, option A represents a set equal to {0, 1}.
Which subject and chapter does this question cover?
This is a Class 10 Mathematics question. Chapter: Sets. Topic: The Empty Set, Finite and Infinite Sets, Equal Sets.