Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged subsets
1
1 vote
2
2 answers
1.4k
1.4k views
ISI2015-MMA-5
A set contains $2n+1$ elements. The number of subsets of the set which contain at most $n$ elements is$2^n$$2^{n+1}$$2^{n-1}$$2^{2n}$
Arjun
1.4k
views
asked
Sep 23, 2019
Set Theory & Algebra
isi2015-mma
set-theory
subsets
+
–
0
0 votes
2
2 answers
604
604 views
ISI2016-MMA-13
Which one of the following statements is correct regarding the elements and subsets of the set $\{1, 2, \{1, 2, 3\}\}$?$\{1, 2\} \in \{1, 2, \{1, 2, 3\} \}$$\{1, 2\} \sub...
go_editor
604
views
asked
Sep 13, 2018
Set Theory & Algebra
isi2016-mmamma
set-theory
subsets
+
–
0
0 votes
0
0 answers
1.0k
1.0k views
Subset Doubt
I know it may be silly but,Say i have a set A = {1,2,3,4,5} then for subset we use ⊆ and for membership we use ∈.I can say 2 ∈ A , but 2 ⊆ A its wrong because ...
Na462
1.0k
views
asked
Jun 2, 2018
Set Theory & Algebra
discrete-mathematics
subsets
+
–
5
5 votes
4
answers
4 answers
3.5k
3.5k views
Time complexity and output
#include <stdio.h #define N 3 int main() { int array[N] = {1,2,3}; int i,j; for ( i=1; i<(1<<N); i++) { for( j=0; j<N; j++) { if((1<<j)&i) { printf("%d", array[j]); } } p...
dd
3.5k
views
asked
Dec 17, 2016
Programming in C
time-complexity
bitwise-operations
programming-in-c
combinatory
summation
subsets
binomial-theorem
+
–
1
1 vote
1
1 answer
2.1k
2.1k views
Set |Subset | Volume 1 Q6
QuestionIf A and B are subsets of set X = { 1,2,3, ... 99,100 } and A # B denote the set of all elements of X which belogs to exactly A or B . Total number of subsets o...
pC
2.1k
views
asked
Jun 19, 2016
Set Theory & Algebra
set-theory
subsets
+
–
To see more, click for the
full list of questions
or
popular tags
.