Math Problem Statement

How many paths are there from the point (2, 3) going through (5, 4) to the point (9, 7) in the plane such that from (x, y), one can only go to (x + 1, y) or (x, y + 1)?

  1. 125

  2. 132

  3. 140

  4. 154

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 Coefficients

Formulas

Combination formula: C(n, k) = n! / (k!(n-k)!)
Paths between two points on a grid = C(x_steps + y_steps, y_steps)

Theorems

Binomial Theorem

Suitable Grade Level

Grades 9-12