document.write( "Question 125652: A urn has 9 white balls and 11 black balls. A ball is drawn and then replaced. If you draw a white ball you win 5 cents, if you draw a black ball you lose 5 cents. You have a dollar to gamble with, your opponent has 50 cents. IF you play until one of you loses his money, what is the probability you will lose your dollar? \n" ); document.write( "
Algebra.Com's Answer #92167 by kev82(151) ![]() You can put this solution on YOUR website! This is a one dimensional random walk with absorbing barriers, more commonly known as the gambler's ruin problem.\r \n" ); document.write( "\n" ); document.write( "At this point note that there are 3 outcomes I win, you win, game goes on indefinitely, so P(I win)+P(you win) does not necessarily add to 1.\r \n" ); document.write( "\n" ); document.write( "Let's think of this in terms of 5 cents. to make it easier. Initially I have 1 dollar(20x5cents) and you have half of that (10x5cents). The game is over when one of us has nothing and the other has 30x5 cents.\r \n" ); document.write( "\n" ); document.write( "Let i be the number of 5 cents someone has, \n" ); document.write( "\n" ); document.write( "Now, the probability I win with i coins is the probability I win this game, and that I win with i+1 coins, or that I lose this game and win with i-1 coins. (Not these two events are mutually exclusive) So\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we have 0 coins we can't win, sp \n" ); document.write( "\n" ); document.write( "I can write \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let me define \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice that it is a collapsing sum and actually evaluates to \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Which I calculate to be about 13.2% \n" ); document.write( " |