Multiple Choice
Table M2-5
The data below is a dynamic programming solution for a shortest route problem.
-Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.
A) 1 - 2,2 - 4,4 - 5,5 - 7
B) 1 - 2,2 - 5,5 - 7
C) 1 - 3,3 - 4,4 - 5,5 - 7
D) 1 - 2,2 - 4,4 - 6,6 - 7
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Discuss, briefly, the difference between a decision
Q12: For the bus line problem above,what are
Q13: Table M2-5<br>The data below is a dynamic
Q14: Table M2-3 <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2950/.jpg" alt="Table M2-3
Q14: For knapsack problems, s<sub>n-1</sub> = a<sub>n</sub> ×
Q15: A transformation describes<br>A)the relationship between stages.<br>B)the initial
Q19: Table M2-5<br>The data below is a dynamic
Q22: Develop the shortest-route network for the problem
Q41: What are the four steps in dynamic
Q42: What is meant by a decision variable