SOLUTION: Find how many groups of one or more digits can be formed from the following digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 if repetition is not allowed

Algebra.Com
Question 1149518: Find how many groups of one or more digits can be formed from the following digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 if repetition is not allowed
Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52777)   (Show Source): You can put this solution on YOUR website!
.

It is THE SAME as to ask: how many subsets, containing one or more items, can be formed from 10 items.


The answer is VERY WELL known.


The number of ALL subsets of the set containing  "n"  elements is .


One of this sets is empty, which is not considered (not allowed) in this problem.


So, the final answer is   = 1024 - 1 = 1023 subsets.

Solved, answered and explained. And completed.

-----------

Look into the lesson
    - How many subsets are there in a given finite set of n elements?
in this site, written specially for those who meet and see such problem for the first time in their life.


Answer by greenestamps(13198)   (Show Source): You can put this solution on YOUR website!


The question is equivalent to asking how many non-empty subsets there are of a set with 10 elements.

The number of subsets of a set with n elements, including the empty set, is 2^n; and obviously there is only 1 empty subset. So

ANSWER: 2^10-1 = 1023

You can also look at finding the answer as

C(10,1)+C(10,2)+...+C(10,9)+C(10,10) = 2^10 - C(10,0) = 2^10-1 = 1023


RELATED QUESTIONS

How many different 4-digit even numbers can be formed from the digits 1,3,5,6,8, and 9 if (answered by ikleyn)
How many different 3-digit numbers can be formed from the digits 1,3,4,6,7,9 if... (answered by ikleyn)
How many different two digit positive integers can be formed from the digits:0, 1, 2, 3, (answered by stanbon)
How many different numbers of five digits can be formed from the digits 2, 3, 0, 7, 9, 5... (answered by mathstutor458)
The new vehicle license plates consist of 3 letters and 4 digits. From the letters in the (answered by stanbon)
1. The new vehicle license plates consist of 3 letters and 4 digits. From the letters in... (answered by solver91311)
How many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5, 6, 7 if... (answered by robertb)
How many different 4-digit even numbers can be formed from the digits 1, 2, 3, 4, 5, 6,... (answered by ikleyn,greenestamps)
How many 4-digit odd numbers can be formed from the digits 1, 3, 5, 6, 8, and 9 if... (answered by math_helper)