Home » Aptitude » Sets and Functions

Find the power set of A = {{a, b}, c}.

Correct Answer: {ϕ, A, {a, b}, {c}}

Explanation:

Let, A = {{a, b}, c}. To determine P(A) : Since A contains two elements {a, b}, c, P(A) will contain 22 = 4 elements.
The elements of P(A) are Φ, A, {a, b}, {c}.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion