document.write( "Question 625798: How many combinations are possible by using 2 one rupee coin, 3 two rupee coin and 6 five rupee coin. You can take any number of coins at a time but at least one. \n" ); document.write( "
Algebra.Com's Answer #393802 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
You could have:
\n" ); document.write( "(a) 1, or 2 one rupee coins
\n" ); document.write( "(b) 1,2, or 3 two rupee coins
\n" ); document.write( "(c) 1,2,3,4,5, or 6 5 rupee coins
\n" ); document.write( "\"+2+%2A+3+%2A+6+=+36+\" possible combinations
\n" ); document.write( "
\n" );