Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Let A = {1,2,3}. Another special set of sets is the set that contains all the possible combinations of the elements in the set.
1. Let A = {1,2,3}.
Activity 15-Power Sets and Partitions Model III. (15 min) Building a Power Set: To build a power set for the superset: D (1, 2, 3, 4) we can use the following algorithm. . Start with an empty set, , and its power-set, (o) .For every element inside the superset: 1. Create a copy of every set in the current power set 2. Add (union) the element to each one of the current power set. 3. Add the copies to the current power set. After the first iteration we added 1 to 0 giving [1) After the second iteration (0, (1), 12), (1,2) we added 2 to Ogiving (2) and 2 to (1) giving [1,2) After the third iteration Another special set of sets is the set that contains all the possible combinations of the elements in the set. In this case there may be duplicates. For the set A the set of all possible subsets is: {/0, {1}, {2}, {1,2}, {1,3}, {2,3}, {1,2,3}}
a) What is the first element in the set of all subsets?
b) How many elements are in the set of all subsets?
c) Are any of the elements of set A duplicated within any of the sets of all the possible subsets?
2. Complete the following for the set B = {2, 4, 6, 8}:
a) P(B) = {
}
b) How many elements in P(B)?
3. Let A = {2, 3, 4} and B = {3, 5}. How many elements are in each of the following sets?
a) P(A)
b) P(B)
c) P(A?B)
PICTURE IS FOR 4-6
4.
a) To build the power set we started with what power set?
b) What is {1} U /0?
c) After adding 1, What is the power set?
d) What is {2} U /0?
What is {2} U {1}?
e) After adding 2, What is the power set?
f) After adding 3, What is the power set?
5.
a) What would be the power set after adding 4?
b) What is n(/0), the cardinal its (number of elements) of the empty set?
What n(P(/0)) the cardinal its of the power set of the empty set?
What is n(P(/0)) expressed as a power of 2( 2 to some power)?
c) What is n({1})?
What is n(P({1})) expressed as a power of 2?
d) What is n({1,2})?
What n({P({1,2})) expressed as a power of 2?
e) n({1,2,3})?
n(P({1,2,3})) expressed as a power of 2?
f) n(P({1,2,3,4})) expressed as a power of 2?
g) What would be the gene4al equation for the cardinal its of a power set for set S with k elements?
n(P(S)) =
6.
Lets eat, we have four flavors of ice cream: banana, chocolate, lemon, and strawberry. How many different ways can we have them? (Assuming at most one scoop per flavor)
Lets use letters for the flavors: (B, C, L, S). First, how many possible combinations are there?
List all the possible combinations. [Remember, you might have a dieter who takes no ice cream]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started