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