Find the no.of subsets of a sets c={x,y,z}
Answers
Answered by
2
Answer:
the subsets are {x} {y} {z} {x,y} {x,z} {y,z} {x,y,z} {}
Similar questions