Counting Routes!

The image shows the 6 6 ways(routes) through which one can go from one point to the other in a 2 × 2 2 \times 2 grid.

How many different routes can you find through a 4 × 4 4 \times4 grid?

Note :This can be generalized for n × n n \times n grid

Also try

1) Counting Squares!

2) Counting-lines!


The answer is 70.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Discussions for this problem are now closed

Nihar Mahajan
Feb 8, 2015

Each number on the grid represents the number of routes to that node (intersection point on the grid).

For example, consider the node which has 15 15 routes to it on the bottom row.

As there are 10 10 routes to the node above it and 5 5 routes to the node on its the right , there are 10 + 5 = 15 10 + 5 = 15 routes to it in total.

In the same way, each of the other values have been calculated and it becomes apparent that the total number of different routes through a 4 × 4 , g r i d , i s , 70 4 \times 4 ,grid ,is, \boxed{70} .

G e n e r a l i z a t i o n Generalization - Observe these using the Pascal's triangle. The number of routes are circled with red color.

Routes for 1 × 1 1 \times 1 grid = ( 2 1 ) = 2 = {2 \choose 1} = 2 .

Routes for 2 × 2 2 \times 2 grid = ( 4 2 ) = 6 = {4 \choose 2} = 6 .

Routes for 3 × 3 3 \times 3 grid = ( 6 3 ) = 20 = {6 \choose 3} = 20 .

Routes for 4 × 4 4 \times 4 grid = ( 8 4 ) = 70 = {8 \choose 4} = 70 .

\dots

\dots

Routes for n × n n \times n grid = ( 2 n n ) = ( 2 n ) ! n ! × n ! \Large {2n \choose n} = \frac{(2n)!}{n! \times n!} :)

Nihar, please ensure that you are receiving email from us about the reports on your problem, so that you may respond to them accordingly.

Calvin Lin Staff - 6 years, 4 months ago

@Calvin Lin Is my generalization correct?

Nihar Mahajan - 6 years, 4 months ago

Yes. Do you know how to prove it using the bijection method?

Calvin Lin Staff - 6 years, 4 months ago
Ahmed Arup Shihab
Feb 10, 2015

The routes can be represented by 4 R 4 \ R 's and 4 D s 4 \ D's [R=Right, D=Down]. Now, the number of routes is equal to the number of permutations of 4 R 4 \ R 's and 4 D s 4 \ D's . So thee answer is ( 8 4 ) = 70 \dbinom{8}{4}=\fbox{70}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...