document.write( "Question 428233: Suppose you are asked to pick 3 numbers from 1 to 20 to win a prize. What is the probability that one of the numbers you will pick is the winning number? \n" ); document.write( "
Algebra.Com's Answer #297757 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose you are asked to pick 3 numbers from 1 to 20 to win a prize. What is the probability that one of the numbers you will pick is the winning number? \n" ); document.write( "---------------------- \n" ); document.write( "# of winning groups of 3: 1 \n" ); document.write( "# of possible groups of 3: 20C3 = (20*19*18)/(1*2*3) = 1140 \n" ); document.write( "------ \n" ); document.write( "P(win) = 1/1140 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |