document.write( "Question 403546: To win the lottery you ,must pick six numbers from 49 balls numbered 1-49. The order in which you pick the balls doesn’t matter. How many different combinations can you pick? \n" ); document.write( "
Algebra.Com's Answer #285336 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The 1st is 1 of 49.
\n" ); document.write( "Then 1 of 48, 47, 46, etc, since the numbers don't repeat (ie, you can't have 2 35's).
\n" ); document.write( "--> 49*48*47*46*45*44 = a big number
\n" ); document.write( "Since order doesn't matter, there are 6 chances to pick any particular, so the big number is divided by 6*5*4*3*2*1 = 720
\n" ); document.write( "The # of combinations = 13983816
\n" ); document.write( "------------
\n" ); document.write( "This is 49!/(43!*6!), or 49C6
\n" ); document.write( "
\n" ); document.write( "
\n" );