) In 1.54 Pathfinding, we consider the a path with fixed start and end points on a grid. The paths may move right and up

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

) In 1.54 Pathfinding, we consider the a path with fixed start and end points on a grid. The paths may move right and up

Post by answerhappygod »

) In 1.54 Pathfinding, we consider the a path with fixed start
and end points on a grid. The paths may move right and up on the
grid only. Suppose we have points
• A = (a1, a2)
• B = (b1, b2)
• C = (c1, c2)
• D = (d1, d2)
where a1 < b1 < c1 < d1 and a2 < b2 < c2 <
d2.
(a) Write an expression for the probability that a random path
from A to D will pass through both B and C.
(b) Write an expression for the probability that a random path
from A to D will pass through B, but not C.
(c) Write an expression for the probability that a random path
from A to D will pass through neither B nor C.
(d) Find the probability a path from (0, 0) passes through (9,
9), but not (5, 5) or (7, 7)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply