document.write( "Question 364075: a boy have 5 coins each of different denominations. How many different sums of money he can form ? Its answer is 31 plz help \n" ); document.write( "
Algebra.Com's Answer #736755 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "In making a sum of money, he has 2 choices for each coin: include it, or not. With 5 coins, the number of combinations of choices he can make -- and therefore the number of different sums of money he can make -- is 2*2*2*2*2 = 2^5 = 32.

\n" ); document.write( "One of those possibilities is 0 (if he chooses not to include every coin in his selection). Since you say the answer to the question is 31, apparently a sum of 0 is not allowed.

\n" ); document.write( "Since all the other sums are allowed, the number of (nonzero) sums he can make is 32-1 = 31.
\n" ); document.write( "
\n" );