What is the number of proper subsets for a well-defined set?
For example:-
A={1,2,3}
Some say that the answer is \(8\), because number of proper subsets is given by the formula \(2^{n(A)}\) because all the possible combinations are
{, {1}, {2}, {3}, {1,2}, {2,3}, {1,3}, {1,2,3}}.
Some say the answer is , because is a void set and thus, it is not a proper subset. So, the possible combinations are
{{1}, {2}, {3}, {1,2}, {2,3}, {1,3}, {1,2,3}}.
Some say the answer is , because is a void set and {1,2,3} is the set itself, thus, they are not proper subsets. So, the possible combinations are
{{1}, {2}, {3}, {1,2}, {2,3}, {1,3}}.
What do you believe?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I believe that the answer is 7 but for a different reason. A proper subset is cannot include the set itself. These are the subsets {ϕ,{1},{2},{3},{1,2},{2,3},{1,3}}
Log in to reply
Good, but I believe the third one :O