Pascals Triangle - Number of Routes on a Grid

  • Thread starter Thread starter crosby87
  • Start date Start date
  • Tags Tags
    Grid Triangle
AI Thread Summary
Deepa's route home involves walking five blocks west and four blocks south from a bus stop, with a stop at a store located three blocks west and one block south of the bus stop. The initial calculation for the number of routes was based on the combinations of paths to the store and from the store to home, resulting in 60 ways. However, a correction was suggested, changing the combination for the route to the store to C(4,1), leading to a revised total of 40 ways. This corrected calculation was confirmed by another participant, agreeing that 40 is the accurate number of routes Deepa can take.
crosby87
Messages
7
Reaction score
0

Homework Statement



Deepa’s house is five blocks west and four blocks south of a bus stop. A store is three blocks west and one block south of the bus stop. How many ways can Deepa walk home if she wishes to stop on her way home by walking only west and south?

Homework Equations





The Attempt at a Solution



(number of routes to the store) * (number of routes from store to home)

= C (4,2) * C(5,2)

= (4*3/2) * (5*4/2)

= 6 * 10

= 60 ways

Therefore, Deepa can walk home in 60 ways if she wishes to stop by the store on her way home.

Would anybody be able to confirm whether my answer is correct?

Thanks
 
Last edited:
Physics news on Phys.org
crosby87 said:
(number of routes to the store) * (number of routes from store to home)
= C (4,2) * C(5,2)
Not C(4,2). Try again.
 
Must be C(4,1) then:

C (4,1) * C(5,2)

= (4) * (5*4/2)

= 4 * 10

= 40 ways

Can anyone confirm this?

Thanks!
 
40 looks right to me.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top