Number of subsets of a set of order three isa)3b)6c)8d)9Correct answer...
A set with 'n' elements in it can have '2n' subsets.
eg: Let us consider a set A = {1,2,3}
The possible subsets are:
{1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3} and {}
Where, {} is the empty set.
Number of subset = 2n
order 3 = 23 ⇒ 8
Therefore, the number of subsets is 8.