Math Problem Statement

Each square on the grid measures 1 unit by 1 unit. Suppose you want to walk from point A to point B only moving right or up, but you have to stay on the gridlines. How many different paths can you take?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Grid Paths
Binomial Coefficient

Formulas

\binom{a + b}{a} = \frac{(a + b)!}{a! \cdot b!}

Theorems

Binomial Theorem

Suitable Grade Level

Grades 9-12