answersLogoWhite

0

A = { 1,2,3,4,5,6 } and B = {1,2,3,4,5,6 }

A and B above are EQUAL sets because ALL their elements are precisely the SAME.

C = {a,b,c,d,e,f} and D = {3,4,5,6,7,8}

C and D are EQUIVALENT sets because the NUMBER OF ELEMENTS in both the sets is the same i.e. 6.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between improper subset and equal sets?

There is no difference between improper subset and equal sets. If A is an improper subset of B then A = B. For this reason, the term "improper subset" is rarely used.


Are all equivalent sets are equal sets?

Yes. Equivalent means equal.


Are equivalent sets equal sets why?

No, because equivalent sets are sets that have the SAME cardinality but equal sets are sets that all their elements are precisely the SAME. example: A={a,b,c} and B={1,2,3} equivalent sets C={1,2,3} and D={1,2,3} equal sets


Are equal sets equivalent set?

yes, equal sets are equalent


Is it true that all equal sets are equivalent sets?

Yes.


What is an equivalent of a set?

equal sets


What is equal set from equivalent sets?

equal sets with exactly the same elements and number of elements.equivalent sets with numbers of elements


Can equivalent sets also be equal?

Yes.


What are equal and equivalent sets?

Equal sets contain identical elements. e.g. if A = {1,2,3} and B = {1,2,3}, then A and B are equal - their elements are the same. Equivalent sets have identical numbers of elements. e.g. if A = {1,2,3} and B = {a,b,c}, then A and B are equivalent - they both have three elements.


What is the method to find the difference between two sets in Python?

To find the difference between two sets in Python, you can use the "-" operator or the difference() method.


Are equal sets also equivalent sets why?

Yes.Two sets, S and T are equal if and only if every element of S is an element of T. It is then easy to show that they have the same cardinality (number of elements), and that would make them equivalent.


What is the difference between two sets in Python?

In Python, the difference between two sets is the elements that are present in one set but not in the other set.