document.write( "Question 278202: A lottery is run using balls labeled 1 - 100. To win you must pick the seven balls chosen
\n" );
document.write( "randomly without replacement (numbers cannot be picked twice). What is the
\n" );
document.write( "probability of winning the lottery?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #202464 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A lottery is run using balls labeled 1 - 100. To win you must pick the seven balls chosen \n" ); document.write( "randomly without replacement (numbers cannot be picked twice). What is the \n" ); document.write( "probability of winning the lottery? \n" ); document.write( "-------------------------- \n" ); document.write( "There is one set of seven balls that wins \n" ); document.write( "There are 100C7 = 16007560800 sets of seven balls possible. \n" ); document.write( "---- \n" ); document.write( "The probability of getting that set of seven balls is \n" ); document.write( "1/16,007,560,800 \n" ); document.write( "--- \n" ); document.write( "That answer is not exactly correct. My calculator only shows \n" ); document.write( "nine digit places but indicates there are two more. \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |