Math Problem Statement
Find the number of paths for the simple random walk which go from (0, 0), i.e. S0 = 0, to (n, v), i.e. Sn = v
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Combinatorics
Probability Theory
Random Walks
Formulas
U + D = n
U - D = v
U = (n + v) / 2
D = (n - v) / 2
Binomial Coefficient: C(n, U) = C(n, (n+v)/2)
Theorems
Binomial Coefficient
Symmetry in Random Walks
Suitable Grade Level
Undergraduate Probability or Combinatorics
Related Recommendation
How Many Different Paths from Point A to Point B on a Grid Using Right and Up Movements
Probability of Reaching Target in a Simple Random Walk (From a to v in Time n)
Calculate Paths from A(0, 0) to B(6, 3) on Cartesian Grid
How to Calculate Shortest Grid Paths Using Combinatorics
Combinatorics: How Many Paths From A to B on a Grid?