You are at the origin (0,0) of an x-y grid. You now randomly select a direction to move one unit, either up, down, left, or right, bringing you to (1,0), (0,1), (-1,0), or (0,-1). Repeat this an infinite number of times; for example, your random path may start (0,-1), (-1,-1), (-2,-1), (-2,0), (-2,1), (-3,1), etc.
Is your infinite path certain to contain the point (1,0)? In other words, are the odds 100% you will hit (1,0) eventually? If not, what are the odds?
2007-05-27
09:19:26
·
3 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
Idleness has the same intuitive feel for this question as I do, that the odds have to be less than 100%. Unfortunately, our intuition is wrong (heh heh). However, Idleness did drop the hint about this sounding like the random walk problem. That gave me something to search on, which led me to the same site Scythian found.
So, the odds are 100%, as proven by a mathematician named Polya. From this it follows that eventually you will hit EVERY point eventually, since there is a probability > 0 you can get to the point. (If you can get there, then the 100% probability says you have to get back.) Weird concept.
Now I am wondering... cover the plane with triangles instead of squares. Then you have six options at each point instead of four. Are the odds you get back to your starting point still 100%?
2007-05-28
05:36:32 ·
update #1