The calculated subset of the set B is {1,3,5,7,9,11,13}
How to determine the subset of the set B.
From the question, we have the following parameters that can be used in our computation:
B = {1, 3, 5, 7, 9, 11, 13}
By definition:
A subset is a set in which all elements of one set are also elements of another set.
Using the above as a guide, we have the following:
- {0} is not a subset of B because 0 is not in B
- {2, 4} is not a subset of B because 2 and 4 are not in B
- {1,3,5,7,9,11,13} is a subset of B because all elements are in B
- {0,1,3,5,7,9,11,13} is not a subset of B because 0 is not in B
- {1,3,5,7,9,11,15} is not a subset of B because 15 is not in B
Hence, the subset of the set B is {1,3,5,7,9,11,13}
Question
If B = {1, 3, 5, 7, 9, 11, 13}, then which of the following are subsets of B.
{0}
{2, 4}
{1,3,5,7,9,11,13}
{0,1,3,5,7,9,11,13}
{1,3,5,7,9,11,15}
None of the above.