document.write( "Question 504398: to win a lotto in one state, one must correctly select 6 numbers from a collection of 46 numbers. the order does not matter. How many different selections are possible \n" ); document.write( "
Algebra.Com's Answer #339602 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! If order does not matter then we can use following formula to find different COMBINATIONS of 6 numbers out of 46 numbers\r \n" ); document.write( "\n" ); document.write( "Use following Combination formula \n" ); document.write( "nCr = n! / r!(n-r)! \n" ); document.write( "n=46 \n" ); document.write( "r=6 \n" ); document.write( "=46!/6!(46-6)! \n" ); document.write( "=46!/[6!(40)!] \n" ); document.write( "=(46*45*44*43*42*41*40!)/(6*5*4*3*2*1)(40!) \n" ); document.write( "Cancel out 40! \n" ); document.write( "=46*45*44*43*42*41/(6*5*4*3*2*1) \n" ); document.write( "=6744109680/720 \n" ); document.write( "=9366819 \n" ); document.write( "Possible different selection 9366819 \n" ); document.write( " |