document.write( "Question 1042150: Sir in how many ways are possible of digits 1 2 3 4 5 6 7 8 9 0 picking minimum 3 digits at a time to sum up any number between 1 and 45 e.g.
\n" ); document.write( "123=7, 789=24, 450=19 picking 3 digits
\n" ); document.write( "34567 =25 56789 =35 picking 5 digits.
\n" ); document.write( "234789 =33 picking 6 digits
\n" ); document.write( "My question is in how many ways we can write these numbers so as that sum of the digits is between 1 and 45. Picking atleast three digits at a time is necessary.
\n" ); document.write( "

Algebra.Com's Answer #657137 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Depends on whether you can repeat digits. That is would 1, 1, 1 be a valid selection?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "John
\n" ); document.write( "
\n" ); document.write( "My calculator said it, I believe it, that settles it
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );