Pascals Triangle - Number of Routes on a Grid

  • Thread starter Thread starter crosby87
  • Start date Start date
  • Tags Tags
    Grid Triangle
Click For Summary

Homework Help Overview

The problem involves calculating the number of distinct routes Deepa can take to walk home from a bus stop, considering a stop at a store along the way. The context is set in a grid layout where movement is restricted to west and south directions.

Discussion Character

  • Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the combinatorial approach to determine the number of routes, referencing combinations for different segments of the journey. There is a focus on verifying the correct combinations to use for the calculations.

Discussion Status

Some participants have provided alternative calculations and corrections to the original poster's approach. There is a mix of confirmations and requests for validation of the revised answers, indicating an ongoing exploration of the problem.

Contextual Notes

Participants are questioning the specific combinations used in the calculations, suggesting a need to clarify the setup of the problem and the assumptions regarding the grid layout.

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.
 

Similar threads

Replies
3
Views
5K
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
6K
Replies
2
Views
4K
  • · Replies 42 ·
2
Replies
42
Views
8K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K