document.write( "Question 1069980: Problem: A gambler places a bet on a horse race. To win, she must pick the top three finishers in any order. Thirteen horses of equal ability are entered in the race. Assuming the horses finish in a random order, what is the probability that the gambler will win her bet?\r
\n" );
document.write( "\n" );
document.write( "My Attempt: First, I calculated in how many ways ( Combination) can we pick 3 horses out of 13. My answer was 286.\r
\n" );
document.write( "\n" );
document.write( "I then calculated in how many ways we can order the top 3 finishers ( with permutations). I got 6 ways. \r
\n" );
document.write( "\n" );
document.write( "My answer was 6/286=3/143.\r
\n" );
document.write( "\n" );
document.write( "My answer was wrong, though. The correct answer was 1/286.... Where might have I went wrong? Thanks in Advance! \n" );
document.write( "
Algebra.Com's Answer #685076 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! So the total number of finishes is calculated by, \n" ); document.write( " \n" ); document.write( "The gambler wins if she picks the top three horses in any order.\r \n" ); document.write( "\n" ); document.write( "There are 6 ways for the three winners to be arranged in the top three. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |