Name: |
Midterm Exam, Tuesday, March 27, 2018.
Please do all three problems. Show all work. No books or calculators allowed. You may use any result from class, the homeworks, or the texts, except where stated. You may use one sheet of handwritten notes. The exam lasts 110 minutes.
Q1 | /45 | |
Q2 | /20 | |
Q3 | /35 | |
Total | /100 |
System 1: Ax < 0, Bx = 0 for some x ∈ ℝn.
System 2: AT u + BT v = 0 for some u ∈ ℝp, v ∈ ℝq, with u ≥ 0 and u≠0.
Let n = 4. Assume the cost ct of a tour is given by the sum of the edge lengths in the tour, and the edge lengths are as follows:
city | 0 | 1 | 2 | 3 | 4 |
0 | – | 4 | 7 | 9 | 4 |
1 | 4 | – | 4 | 6 | 8 |
2 | 7 | 4 | – | 7 | 5 |
3 | 9 | 6 | 7 | – | 7 |
4 | 4 | 8 | 5 | 7 | – |
No tour is allowed to visit more than three cities (plus the base city). A tour can visit just one city and the base city. So, for example, valid tours include 0 - 4 - 0 with cost 8 and 0 - 1 - 2 - 3 - 0 with cost 24.