Sample problems for tutorial #5

  1. In this question we consider two problems:

    Consider the following incorrect reduction from EDP to NBP:

    Answer the following questions:

    1. Give a good counterexample to the correctness of this reduction. (A drawing of the counterexample instance is an excellent way to express it.)
    2. Give the instance of NBP produced by the reduction from your counterexample. (Again, a drawing works well.)
    3. Give and very briefly explain the incorrect solution to the original instance produced by the reduction (paired with an arbitrary solution to the underlying problem).
    4. Give and very briefly explain the correct solution to the original instance.
  2. In the Exhibition Guarding Problem, we are given a line L that represents a long hallway in a show room. We are also given an unordered set X = { x0, x1, ... xn-1 } of real numbers that represent the positions of precious objects or sculptures in this hallway. Suppose that a single guard can protect all the objects within distance at most d of his or her position, on both sides.