document.write( "Question 450503: Hi,\r
\n" );
document.write( "\n" );
document.write( "Assuming that at least one coin is used, how many different sums of money can be made from the following coins: a penny, a nickel, a quarter, a fifty-cent piece, and a dollar?\r
\n" );
document.write( "\n" );
document.write( "I know the answer is 63 ways, but i have no idea how to approach the question and get the answer \n" );
document.write( "
Algebra.Com's Answer #309844 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For each coin there is two ways, either include the coin or exclude it.\r \n" ); document.write( "\n" ); document.write( "so, each coin can be selected in 2 ways, and total 5 coins\r \n" ); document.write( "\n" ); document.write( "total no. of ways = 2*2*2*2*2 = 32 \r \n" ); document.write( "\n" ); document.write( "but there will one single case in which no coin selected, so discard it.\r \n" ); document.write( "\n" ); document.write( "total no. of ways when at least one coin= 32-1 = 31 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if any doubt, feel free to contact.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |