document.write( "Question 871684: An urn contains 3 one dollar bills, 1 five dollar bill and one ten dollar bill. A player draws bills one at a time without replacement from the urn until a ten dollar bills is drawn. Then the game stops. All bills are kept by the player. Determine:\r
\n" );
document.write( "\n" );
document.write( "A.The probability of winning $17
\n" );
document.write( "B.The probability of winning all bills in the urn?
\n" );
document.write( "C.The probability of the game stopping at the second draw. \n" );
document.write( "
Algebra.Com's Answer #525705 by richwmiller(17219) You can put this solution on YOUR website! a=1/5*1/4*1/3*=1/60 \n" ); document.write( "b=1/5*1/4*1/3*1/2=1/120 \n" ); document.write( "c=1/5*1/4=1/20 \n" ); document.write( " |