find the power set of W={5, 6,7}
Answers
Answered by
2
Answer:
The power set of a set
S
is the set of all subsets of
S
. The first subset will be set
S
itself. Next, find all subsets that contain one less element (in this case
2
elements). Continue with this process until finding all subsets including the empty set.
Power Set =
{
{
5
,
6
,
7
}
,
{
5
,
6
}
,
{
5
,
7
}
,
{
6
,
7
}
,
{
5
}
,
{
6
}
,
{
7
}
,
{
}
}
Answered by
0
Answer:
the power set is 1 because it is one
Similar questions