Given: Two sets {a,b,c,d,e,f,...m} and {1,2,3,4,5,...13}
Required: Check if the pair of sets are equivalent.
Step-by-step explanation:
Let A = {a,b,c,d,e,f,...m}
and B = {1,2,3,4,5,...13}
Two sets are said to be equivalent if, number of elements in both the sets are equal.
The elements should not be necessarily same, but number of elements should be same.
Here, number of elements in the set A = 13
And the number of elements in set B = 13.
Hence, number of elements in both the sets are equal.
So, the sets are equivalent.
Final Answer: Both the sets are equivalent.