document.write( "Question 1139615: In a certain lottery, three numbered balls are randomly drawn from a large basket without replacement. To win, a player's ticket must have each of the numbers drawn in no particular order. The balls are numbered from one to one hundred. If Jack buys twenty-four tickets, what is the probability that he will win? \n" ); document.write( "
Algebra.Com's Answer #760185 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Chances of winning with one ticket:
\n" ); document.write( "
\n" ); document.write( "3/100 * 2/99 * 1/98 = 1/161700
\n" ); document.write( "
\n" ); document.write( "Chances of NOT winning with 24 tickets:
\n" ); document.write( "
\n" ); document.write( "(161699/161700)^24 = 0.99985
\n" ); document.write( "
\n" ); document.write( "Therefore, Jack's chances of winning with 24 tickets is: 1 - 0.99985...or 0.00015. That's about a 1 in 6667 chance.
\n" ); document.write( "
\n" );