document.write( "Question 1201891: In a lottery game, a player picks six numbers from 1 to 38. If 5 of the 6 match the winning numbers, then the player wins the second prize. What is the probability of winning the second prize?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #836448 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The number of ways to choose 6 of the 38 numbers is, literally \"38 choose 6\":

\n" ); document.write( "C(38,6) = 2760681

\n" ); document.write( "To win a second prize, you need to get 5 of the 6 winning numbers and 1 of the other 32 numbers:

\n" ); document.write( "C(6,5)*C(32,1) = 6*32 = 192

\n" ); document.write( "The probability of winning a second prize is

\n" ); document.write( "192/2760681 = 64/920227

\n" ); document.write( "ANSWER: 64/920227, or about 0.0000695

\n" ); document.write( "
\n" ); document.write( "
\n" );