Question 985236: Calculate the number of distinct sunsets and the number of distict proper subsets for each set.
{x|x element N and 2< x < or equal to 6}
Answer by MathLover1(20849) (Show Source):
You can put this solution on YOUR website!
if , then set is
total number of distinct subsets is:
{}
{3}
{4}
{5}
{6}
{3, 4}
{3, 5}
{3, 6}
{4, 5}
{4, 6}
{5, 6}
{3, 4, 5}
{3, 4, 6}
{3, 5, 6}
{4, 5, 6}
{3, 4, 5, 6}
(total: )
Proper subset is a subset which is the same as the original set itself; so,distinct proper subsets are
{}
{3}
{4}
{5}
{6}
{3, 4}
{3, 5}
{3, 6}
{4, 5}
{4, 6}
{5, 6}
{3, 4, 5}
{3, 4, 6}
{3, 5, 6}
{4, 5, 6}
(total: )
|
|
|