106,934 views
37 votes
37 votes
If A = {x, y, z} then the number of non-empty subsets of A is ________.

a) 8 b) 5 c) 6 d) 7​

User Sahil Doshi
by
2.6k points

1 Answer

10 votes
10 votes

Answer:

(d) 7

Explanation:

The total number of subsets that can be derived from a set with n elements is given by;

2ⁿ

Out of these subsets, there is one empty set. Therefore, the total number of non-empty subsets is given by;

2ⁿ - 1

Given:

A = {x, y, z}

Set A has 3 elements. This means that n = 3

Therefore, the total number of subsets that can be derived from set A is

2ⁿ = 2³ = 8

One of these 8 subsets is an empty set, therefore, the total number of non-empty subsets of A is;

2ⁿ - 1 = 2³ - 1

8 - 1 = 7

This can be checked by writing all the possible subsets of A as follows;

{x}

{y}

{z}

{x, y}

{y, z}

{x, z}

{x, y, z}

Removing the empty set ∅, the non-empty subsets of A are;

{x}

{y}

{z}

{x, y}

{y, z}

{x, z}

{x, y, z}

User Vladimir Kroz
by
2.4k points