New Reply

Random walk?

 
Share Thread Thread Tools
Jul11-12, 03:51 AM   #1
 

Random walk?


In a gambling game , you can win 1$ in each round with probability 0.6 or lose 2$ in probability 0.4. suppose you start with 100$.
find the probability that after 10 rounds you have between 93 to 107 dollars.

i am not sure how to start the solution,

thanks,
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jul11-12, 07:17 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Well, one obvious, though not necessarily efficient, method is to determine all possible "walks" that end up between 93 and 107. A bit more efficient method might be to enumerate walks that put you outside that interval since there appear to be fewer of those. The probability you are inside the interval is, of course, 1 minus the probability you are outside.

Note that the order in which you win or lose is irrelevant.
Jul11-12, 11:46 AM   #3
 
Recognitions:
Homework Helper Homework Help
Quote by wuid View Post
In a gambling game , you can win 1$ in each round with probability 0.6 or lose 2$ in probability 0.4. suppose you start with 100$.
find the probability that after 10 rounds you have between 93 to 107 dollars.

i am not sure how to start the solution,

thanks,
It might be a bit easier to simplify the "randomness" as follows: assume that in each play you always start by losing $2; then you gain an additional $0 with probability 0.4 or an additional $3 with probability 0.6. In 10 rounds you will have [itex]D = 100 - 20 + 3S[/itex] dollars, where [itex]S = \sum_{i=1}^{10} X_i,[/itex] and the [itex]X_i[/itex] are iid random variables with distribution P{X=0} = 4/10, P{X=1} = 6/10. What limits on S give D between 93 and 107?

RGV
Jul11-12, 11:54 AM   #4
 
Recognitions:
Homework Helper Homework Help

Random walk?


Quote by HallsofIvy View Post
Well, one obvious, though not necessarily efficient, method is to determine all possible "walks" that end up between 93 and 107. A bit more efficient method might be to enumerate walks that put you outside that interval since there appear to be fewer of those. The probability you are inside the interval is, of course, 1 minus the probability you are outside.

Note that the order in which you win or lose is irrelevant.
No, I count fewer possibilities that put the expected gain between -7 and +7 inclusive. That's between 1 and 5 losses inclusive, which is 5 possibilities.

The complementary set would have 6 possibilities (0 losses and 6 to 10 inclusive). That's more work.
Jul11-12, 11:56 AM   #5
 
Recognitions:
Homework Helper Homework Help
Quote by wuid View Post
In a gambling game , you can win 1$ in each round with probability 0.6 or lose 2$ in probability 0.4. suppose you start with 100$.
find the probability that after 10 rounds you have between 93 to 107 dollars.

i am not sure how to start the solution,

thanks,
First work out how many losses will yield an expected gain between -7 and +7 inclusive. This can be done by solving a simple pair of simultaneous equations (or one equation and one inequality).

Then treat it as a Binomial probability problem and just sum the relevant probabilities.
Jul13-12, 06:47 PM   #6
 
Quote by Ray Vickson View Post
It might be a bit easier to simplify the "randomness" as follows: assume that in each play you always start by losing $2; then you gain an additional $0 with probability 0.4 or an additional $3 with probability 0.6. In 10 rounds you will have [itex]D = 100 - 20 + 3S[/itex] dollars, where [itex]S = \sum_{i=1}^{10} X_i,[/itex] and the [itex]X_i[/itex] are iid random variables with distribution P{X=0} = 4/10, P{X=1} = 6/10. What limits on S give D between 93 and 107?

RGV
so S is a binomal variable with n=10 , p=0.6 and i left to find P([itex]5\leq S \leq 9[/itex]) ?
New Reply
Thread Tools


Similar Threads for: Random walk?
Thread Forum Replies
Random walk Set Theory, Logic, Probability, Statistics 2
The random walk Linear & Abstract Algebra 0
random walk Calculus & Beyond Homework 7
random walk (3) Calculus & Beyond Homework 0
random walk (2) Calculus & Beyond Homework 0