Combinatorics - Calculating The Number of Possible Paths Through Some Squares - Mathematics Stack Exchange
Combinatorics - Calculating The Number of Possible Paths Through Some Squares - Mathematics Stack Exchange
combinatorics - Calculating the number of possible paths through some squares - Mathematics Stack Exchange
sign up
Mathematics Stack Exchange is a question and answer site for people studying math at any level and
professionals in related fields. It's 100% free, no registration required.
log in
tour
help
Find the number of paths from x to y moving only right (R) or down (D).
My answer is 6. What am I missing??
Thanks for any help.
(combinatorics) (permutations) (combinations)
64
This site assumes that you need to use the following formula for counting the number of paths, which is (
6+2
)
2
or equivalently (
6+2
)
21 You do not "walk" on the squares, you walk on the lines. There are 7 3 lines! Jeppe Stig Nielsen Jan 12 at 21:06
8 Answers
The solution to the general problem is if you must take X right steps, and Y down steps then
the number of routes is simply the ways of choosing where to take the down (or right) steps. i.e.
X + Y
(
X + Y
) =
)
Y
So in your example if you are traversing squares then there are 5 right steps and 1 down step
so:
6
(
6
) =
) = 6
5
If you are traversing edges then there are 6 right steps and 2 down steps so:
8
(
8
) =
) = 28
6
11
It may be worth noting for the OP that a similar method works if x, y are in n-dimensional space. Alyosha Jan 17 at
http://math.stackexchange.com/questions/636128/calculating-the-number-of-possible-paths-through-some-squares
1/5
9/14/2014
combinatorics - Calculating the number of possible paths through some squares - Mathematics Stack Exchange
17:49
8
) = (
8 7
) =
= 28
10
maybe this is the answer traveling along edges janmarqz Jan 12 at 20:03
there goes my +1 'cuz this has to do with the Catalan numbers :D janmarqz Jan 12 at 20:05
Exactly janmarqz! This rectangle is called a 7 by 3 grid, so the traveling is along vertices on line segments. Woria
Jan 12 at 20:07
I agree, this could have been clearer, but the x and y seem to mark lattice points, not squares. Carsten Schultz Jan
12 at 20:17
To get from point x (not square x) to point y there are 8 steps to be taken. 2 of them
downwards and 6 to the right. So it just comes to electing exactly 2 of the 8 consecutive steps
to be the steps downwards.
Picking 2 out of 8 can be done on (
8
2
) = 28
ways.
When you are thinking in squares instead of points then there 6 steps to be taken. 1 of them
downwards and 5 to the right. So it just comes to electing exactly 1 of the 6 consecutive step to
be the steps downwards.
Picking 1 out of 6 can be done on (
6
1
) = 6
ways.
32
So the lesson is to look carefully at what is being asked. In this case movement between vertices rather then hops
between squares, and vertices because you have to assume based on the diagram that X and Y refer to vertices not
squares. Seems like an easy mistake to make. user120865 Jan 12 at 20:30
Indeed. A good look at what is being asked is beyond doubt always the best start to solve the problem. drhab Jan 12
at 20:37
If you panic during the test, consider just drawing it as a Pascal's triangle
Where
Value at the origin (x) is 1
For all other nodes, the value is the sum of its top and left neighbors
http://math.stackexchange.com/questions/636128/calculating-the-number-of-possible-paths-through-some-squares
2/5
9/14/2014
combinatorics - Calculating the number of possible paths through some squares - Mathematics Stack Exchange
See here you can easily compute the number of paths by applyinfg the COMBINATION
concept.
So what is the concept!!
ok then.....let us consider to proceed from x to y we have to take the steps to the direction of
RIGHT and DOWN....fine?
and let us take RIGHT = R and DOWN = D.....still fine.. :-)
now see if anyone wants to go from X to Y he must take 2 DOWN steps and atmost 6 RIGHT
step.
So we can say that we have to take total 8 numbers of step.You can check it by your own that
we must take 8 steps to reach at Y starting from X poit.ok.
and see here we can write a combination of steps,like: { R-R-R-R-D-R-D-R } -----(see its a
suitable traverse path.match this path with the picture.)
And now we can make our main observation on this problem.....So what is it? See, you have to
take total of 8 steps and all of them are the combination of R and D's ok?
And the observation is: You have to take just 2 D(DOWN step) and also just 6 R(RIGHT step)
to reach at Y.
So we can say that the total number of combination is: HOW MANY COMBINATION OF 'R'
OR 'D' is possible from the total of 8 steps!!!!!
The required answer is actually the combination of 2 PLACES for D's OR 6 PLACES for R's
from 8 total steps(OR TOTAL 8 PLACES where R and D letters take place)........
see here we are just mapping our problem of counting the number of suitable paths from X to Y
into a basic counting problem.....And we just logically made a connection between these two
problems and it is clear that if we can calculate the combination of 2 PLACES for D's OR 6 R's
from total 8 steps it will be enough!!
Here is the total of 8 places where D and R may take places:
{ ___
___
___
___
___
___
___
___ }
And we actually CHOOSE 2 places for for 2 D's OR we CHOOSE 6 places for 6 R's but we dont
bother for the oreding of D's OR R's.....the 2 D's OR the 6 R's can tale place randomly but their
requirement for the places is fixed!! it is 2 for 2 D's and it is 6 for 6 D's......actually choosing 2
D's OR 6 R's are basically same!! :-)
So, the answer is : 8C2 or 8C6 (note that both are same!! :-) ) 8C2 = 28 and easily you can see
8C6 = 28.
SO, THERE ARE 28 PATHS FROM X TO Y!!
edited Jan 13 at 2:18
MichaelT
107
111
In general we have steps to right and down. Tipically, this is a possible path:
http://math.stackexchange.com/questions/636128/calculating-the-number-of-possible-paths-through-some-squares
3/5
9/14/2014
combinatorics - Calculating the number of possible paths through some squares - Mathematics Stack Exchange
In general, the problem is reduced to put two down arrows in 8 sites like the following
example:
1
Let's put one at the first step, then we have 7 positions left to put the other one. Next, we put
the first at the second step and we have 6 position left to put the other one and so on such
that 7 + 6 + 5 + 4 + 3 + 2 + 1
28
which is (
8
)
2
30
51
14
You walk on the squares, but they want you to walk on the black lines. Jeppe Stig Nielsen Jan 12 at 21:08
yes, this is the interpretation in the OP. Others are explained aside. janmarqz Jan 13 at 2:43
First note that you will always be moving 6 squares right and 2 squares down, just because y is
2 squares down and 6 squares to the right from x.
Next, note that a different ordering of these steps will always result in a different path. Then,
the question simply becomes how many ways there are to arrange 6 "right steps" and 2 "down
steps" from first to last.
http://math.stackexchange.com/questions/636128/calculating-the-number-of-possible-paths-through-some-squares
4/5
9/14/2014
combinatorics - Calculating the number of possible paths through some squares - Mathematics Stack Exchange
This is equal to the total number of ways to arrange 8 steps (= 8! ), divided by the number of
different ways that are accounted for by some of the steps being the same (6! for 6 right steps
and 2! for 2 down steps), which is
8!
= 28
6!2!
If you're moving only 5 squares right and 1 square down, which is the case if you're moving on
the insides of squares rather than the intersections of grid lines, then you're arranging 6 total
steps, 5 right and 1 down, which gives the formula
6!
= 6
5!1!
26
http://math.stackexchange.com/questions/636128/calculating-the-number-of-possible-paths-through-some-squares
5/5