document.write( "Question 1039943:  In one lottery, a player wins the jackpot by matching all five numbers drawn from white balls (1 through 43)and matching the number on the gold ball (1 through 35). 
\n" );
document.write( "What is the probability of winning the jackpot? \n" );
document.write( "
| Algebra.Com's Answer #654705 by Alan3354(69443)     You can put this solution on YOUR website! In one lottery, a player wins the jackpot by matching all five numbers drawn from white balls (1 through 43)and matching the number on the gold ball (1 through 35). \n" ); document.write( "What is the probability of winning the jackpot? \n" ); document.write( "---------- \n" ); document.write( "For the 5 of 43: \n" ); document.write( "43*42*41*41*39 (there's no repetition) \n" ); document.write( "= 115511760 \n" ); document.write( "-- \n" ); document.write( "But the order doesn't matter. \n" ); document.write( "ABCDE is the same as BECAD \n" ); document.write( "--> 5*4*3*2*1 = 120 \n" ); document.write( "--- \n" ); document.write( "115511760/120 = 962598 \n" ); document.write( "====================== \n" ); document.write( "The gold ball is 1 of 35 \n" ); document.write( "962598*35 = 33690930 \n" ); document.write( "------ \n" ); document.write( "1 chance out of 33,690,930 \n" ); document.write( " |