document.write( "Question 581671: A lotto is conducted where you have to choose 4 numbers from 1 to 17 (no repetition of numbers allowed). If your combination of numbers matches the one drawn, you win the grand prize. How many different combinations of numbers are there for this lotto? (Hint: order does not matter) \n" ); document.write( "
Algebra.Com's Answer #371776 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A lotto is conducted where you have to choose 4 numbers from 1 to 17 (no repetition of numbers allowed). If your combination of numbers matches the one drawn, you win the grand prize. How many different combinations of numbers are there for this lotto? \n" ); document.write( "----- \n" ); document.write( "# of winning sets of 4 numbers: 1 \n" ); document.write( "# of random sets of 4 numbers: 17C4 = 2380 \n" ); document.write( "----- \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |