111k views
2 votes
Find cardinality of set B

B = {∅, {1}, {1, 2}, {1, 2,3}, · · · , {1, 2, · · · , m}}

User StephaneM
by
6.1k points

1 Answer

2 votes

Answer:

m + 1

Explanation:

Given set,

B = {∅, {1}, {1, 2}, {1, 2,3}, · · · , {1, 2, · · · , m}},

Since, the elements of S are,

{} , {1}, {1, 2}, {1, 2, 3}....... {1, 2,.....m }

Thus, every next set contains one more succeeding natural number than the previous set.

So, if the last set contains m natural numbers.

Then there are 'm + 1' sets in B ( m sets included ∅ )

Hence, the number of elements in B is 'm+1'

I.e. Cardinality of B is m + 1.

User Pravin Mishra
by
6.3k points