document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #770845 by ikleyn(52778)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "It is THE SAME as to ask: how many subsets, containing one or more items, can be formed from 10 items.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The answer is VERY WELL known.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of ALL subsets of the set containing  \"n\"  elements is \"2%5En\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "One of this sets is empty, which is not considered (not allowed) in this problem.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the final answer is  \"2%5E10-1\" = 1024 - 1 = 1023 subsets.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, answered and explained. And completed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Look into the lesson\r
\n" ); document.write( "\n" ); document.write( "    - How many subsets are there in a given finite set of n elements?\r
\n" ); document.write( "\n" ); document.write( "in this site, written specially for those who meet and see such problem for the first time in their life.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );