Exam 17: Dynamic Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The problem that NASA has in determining what types of cargo may be loaded on the space shuttle is an example of a knapsack problem.

Free
(True/False)
4.9/5
(35)
Correct Answer:
Verified

True

There are four items (A,B,C,and D)that are to be shipped by air.The weights of these are 3,4,5,and 3 tons,respectively.The profits (in thousands of dollars)generated by these are 5 for A,6 for B,7 for C,and 6 for D.There are 2 units of A,1 unit of B,3 units of C,and 2 units of D available to be shipped.The maximum weight is 16 tons.Use dynamic programming to determine the maximum possible profits that may be generated.

Free
(Essay)
4.8/5
(25)
Correct Answer:
Verified

Maximum profit 28.Carry 2 A,1 B,and 2 D.

Table M2-1 The data below is a dynamic programming solution for a shortest route problem. Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   -Using the data in Table M2-1,what is the optimal travel path from point 1 to 7? -Using the data in Table M2-1,what is the optimal travel path from point 1 to 7?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

Table M2-1 The data below is a dynamic programming solution for a shortest route problem. Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   -Using the data in Table M2-1,what is the optimal arc of stage 3? -Using the data in Table M2-1,what is the optimal arc of stage 3?

(Multiple Choice)
4.7/5
(43)

The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below. The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below.   -What is the minimum distance that must be traveled to get from City 1 to City 6? -What is the minimum distance that must be traveled to get from City 1 to City 6?

(Multiple Choice)
4.9/5
(25)

Table M2-5 The data below is a dynamic programming solution for a shortest route problem. 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 arc of stage 1. -Using the data in Table M2-5,determine the optimal arc of stage 1.

(Multiple Choice)
4.7/5
(36)

If the truck were required to take the route from City 4 to City 5,what would be the overall route?

(Multiple Choice)
4.9/5
(35)

Table M2-5 The data below is a dynamic programming solution for a shortest route problem. 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 arc of stage 2. -Using the data in Table M2-5,determine the optimal arc of stage 2.

(Multiple Choice)
4.8/5
(28)

Table M2-1 The data below is a dynamic programming solution for a shortest route problem. Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   -Using the data in Table M2-1,determine the distance of stage 3 for the optimal route. -Using the data in Table M2-1,determine the distance of stage 3 for the optimal route.

(Multiple Choice)
4.8/5
(33)

Subproblems in a dynamic programming problem are called stages.

(True/False)
4.9/5
(34)

here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   -What is the minimum distance that must be traveled to get from City 1 to City 6? -What is the minimum distance that must be traveled to get from City 1 to City 6?

(Multiple Choice)
4.9/5
(26)

For the bus line problem above,what are the stages that provide the minimum distance?

(Multiple Choice)
4.9/5
(38)

Table M2-5 The data below is a dynamic programming solution for a shortest route problem. 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 arc of stage 4. -Using the data in Table M2-5,determine the optimal arc of stage 4.

(Multiple Choice)
4.9/5
(33)

Table M2-3 Table M2-3   -For the shortest route problem described in Table M2-3,what is the distance for the shortest route? -For the shortest route problem described in Table M2-3,what is the distance for the shortest route?

(Multiple Choice)
4.9/5
(37)

A transformation describes

(Multiple Choice)
4.9/5
(39)

What is meant by a decision variable in a shortest-route problem?

(Essay)
5.0/5
(33)

Table M2-5 The data below is a dynamic programming solution for a shortest route problem. 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. -Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.

(Multiple Choice)
4.8/5
(34)

What are the four steps in dynamic programming?

(Essay)
4.9/5
(32)

Table M2-5 The data below is a dynamic programming solution for a shortest route problem. 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 minimum distance from point 1 to point 7. -Using the data in Table M2-5,determine the minimum distance from point 1 to point 7.

(Multiple Choice)
4.8/5
(27)

Discuss,briefly,the difference between a decision variable and a state variable.

(Essay)
4.8/5
(31)
Showing 1 - 20 of 67
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)