820 views

1 Answer

0 votes
0 votes
elements.nCr where n=10 and  select odd number of set=(1,3,5,7,9)

 set of 1 element select from 10 number=10C1

 set of 1 element select from 10 number=​​​​​​​10C3

 set of 1 element select from 10 number=​​​​​​​10C5

 set of 1 element select from 10 number=​​​​​​​10C7

 set of 1 element select from 10 number=​​​​​​​10C9

10C1 + 10C3 + 10C5 + 10C7 + 10C9 = 512.

Related questions

2.0k
views
1 answers
0 votes
admin asked Apr 29, 2020
1,962 views
How many bit strings of length $10$ haveexactly three $0s?$ more $0s$ than $1s?$at least seven $1s?$ at least three $1s?$
3.8k
views
1 answers
1 votes
admin asked Apr 29, 2020
3,752 views
A coin is flipped $10$ times where each flip comes up either heads or tails. How many possible outcomesare there in total?contain exactly two heads?contain at most three tails?contain the same number of heads and tails?
1.9k
views
1 answers
0 votes
admin asked Apr 29, 2020
1,882 views
A coin is flipped eight times where each flip comes up either heads or tails. How many possible outcomesare there in total?contain exactly three heads?contain at least three heads?contain the same number of heads and tails?
649
views
1 answers
0 votes
admin asked Apr 29, 2020
649 views
How many subsets with more than two elements does a set with $100$ elements have?