answersLogoWhite

0


Best Answer

We are looking for all sets with an odd number of elements in them. To find this we can use combinations. Adding up the odd combinations will total the subsets containing an odd number of elements.nCr where n=10 and r=(1,3,5,7,9)

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


You could also take the total number of elements (2^10) and subtract all sets containing an even number of elements.

nCr where n=10 and r=(0,2,4,6,8,10)

1024-(1+45+210+210+45+1)=512

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many subsets containing an odd number of elements does a set with 10 elements have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many subsets with an odd number of elements does a set of 10 elements have - Can you explain?

512 subsets


How many subjects does a set of a elements have?

The number of subjects will depend on what the elements of the set are. The number of subsets is 2a.


How many proper subsets does a set with four elements have?

A set with n elements has 2n subsets. The number of proper subsets is one less, since 2n includes the set itself.


What does find the number of subsets mean?

That means, figure out how many different subsets a set has. In general, if a set has n elements, it has 2n different subsets.


How many subsets with more than two elements does a set with 100 elements have?

To get the number of subsets of size less than 2:Total number of subsets of a set of size N is 2NTotal number of subsets of size 1 is 100Total number of subsets of size 0 is 1Total number of subsets of size 2 is 100*99/2 = 4950Sum up: 100 + 1 + 4950 = 5051Subtract this from total subsets: 2100 - 5051 (Answer)


How many subsets does a set of an elements have?

An element doesn't have subsets. Sets can have subsets.


How many subsets does set a have if the set a has three elements?

8 subsets


How many subsets have a set with 9 elements?

A set with 9 elements has 2^9 = 512 subsets.


How many subsets are there in 50 elements?

A set with 50 elements has 250 subsets.


How many subsets does a set N element have?

A set with N elements has 2N subsets.


How many subsets does a set of elements have?

7.


How many subsets are there in universal set?

If the universal set contains N elements then it has 2N subsets.