document.write( "Question 430922: Which lottery presents the player with the best odds for
\n" );
document.write( " winning, (A or B)? Defend your answer.
\n" );
document.write( "
\n" );
document.write( " A = C(39,5)
\n" );
document.write( "B = C(40,4) \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299215 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The number of winning combinations for lottery A = 39!/(5!*34!) \n" ); document.write( "The number of winning combinations for lottery B = 40!/(4!*36!) \n" ); document.write( "Taking the ratio B/A gives: \n" ); document.write( "B/A = 40!/(4!*36!)*(5!*34!)/39! \n" ); document.write( "Cancelling terms and simplifying gives: \n" ); document.write( "B/A = 10/63 \n" ); document.write( "Therefore, there are 6.3 times more winning combinations for lottery A, so it presents the best odds. \n" ); document.write( " |