Content Frame
Note for screen reader users: There is text between the form elements on this page. To be sure that you do not miss any text, use item by item navigation methods, rather than tabbing from form element to form element.
Skip Breadcrumb Navigation
Home  arrow Chapter6:  arrow Quiz #1

Quiz #1



This activity contains 15 questions.

Question 1.
The number of Hamilton circuits in 6m1q1_1.gif is

 
End of Question 1


Question 2.

Questions 2 to 5 refer to the following situation: A delivery truck must deliver furniture to 4 different locations (A, B, C, and D). The trip must start and end at A. The graph below shows the distances between locations (in miles). We want to minimize the total distance traveled.
6m2q2_1.gif
The nearest neighbor algorithm applied to the graph yields the following solution:
 
End of Question 2


Question 3.
The cheapest link algorithm applied to the graph yields the following solution:

 
End of Question 3


Question 4.
The repetitive nearest neighbor algorithm applied to the graph yields the following solution:

 
End of Question 4


Question 5.
An optimal solution to this problem is given by

 
End of Question 5


Question 6.

Questions 6 to 9 refer to the following situation: A traveling salesman’s territory consists of the 5 cities shown on the following mileage chart. The salesman must organize a round trip that starts and ends at Louisville (his hometown) and will pass through each of the other four cities exactly once.
6m2q6_1.gif

The nearest neighbor algorithm applied to this problem yields the following solution:
 
End of Question 6


Question 7.
The cheapest link algorithm applied to this problem yields the following solution:

 
End of Question 7


Question 8.
The repetitive nearest neighbor algorithm applied to this problem yields the following solution:

 
End of Question 8


Question 9.
At an average cost of 25 cents per mile, the cheapest possible trip that starts at Louisville and passes through each of the other cities exactly once would cost

 
End of Question 9


Question 10.

Questions 10 to 12 refers to the following situation: A hypothetical management science problem requires us to find the cheapest "supercircuit" in a graph. Three algorithms are available: Algorithm 1; Algorithm 2; and Algorithm 3.

Algorithm 1 always produces the cheapest supercircuit. The amount of time it takes to carry out Algorithm 1 doubles every time we increase the number of vertices by one. Algorithm 1 is
 
End of Question 10


Question 11.

Algorithm 2 sometimes produces the cheapest supercircuit but most of the time it produces a supercircuit that is only close to being the cheapest. The amount of time it takes to carry out Algorithm 2 is: 1 second for a graph with 1 vertex, 2 seconds for a graph with 2 vertices, ... 5 seconds for a graph with 5 vertices, etc. Algorithm 2 is
 
End of Question 11


Question 12.

Algorithm 3 never produces a supercircuit that is off by more than 10% from the cheapest supercircuit. The amount of time that it takes to carry out Algorithm 3 is: 1 second for a graph with 5 or less vertices; 30 seconds for a graph with 6 vertices; 40 seconds for a graph with 7 vertices, and so on, increasing by 10 seconds every time we add a vertex (from 7 vertices on). Algorithm 3 is
 
End of Question 12


Question 13.
The repetitive nearest neighbor algorithm for solving the Traveling Salesman Problem is

 
End of Question 13


Question 14.
n! =

 
End of Question 14


Question 15.
In trying to solve a certain traveling salesman problem you find a solution with a total length of X miles. If the length of the optimal solution is L miles, then the relative error of your solution is

 
End of Question 15





Pearson Copyright © 1995 - 2010 Pearson Education . All rights reserved. Pearson Prentice Hall is an imprint of Pearson .
Legal Notice | Privacy Policy | Permissions

Return to the Top of this Page