document.write( "Question 1204159: In a CT lottery, a set of 5 different numbers are chosen from 1 to 51. How many different lottery tickets are there? (Enter answer as a whole number)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840219 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! C(51,5) = 51! / ((51-5)!*5!) = (51*50*49*48*47)/(5*4*3*2) = \n" ); document.write( " \n" ); document.write( " |