Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A phone company divides a city into n cells C, C2,..., C. In each cell it has a tower. When a call comes to
A phone company divides a city into n cells C, C2,..., C. In each cell it has a tower. When a call comes to a mobile user the company has a set of probabilities P, P2, ..., Pn such that the user is now at cell Ci with Pi probability. The company wants to activate as few towers as possible on average to find the user. When it activates a tower in a cell where the user is, the search stops. Search time is divided into d slots. By the end of d slots the user must be found. The question the company faces is what are the towers (cells) to activate in slot 1, 2, ..., d as to minimize the expected number of activations. More specifically, the company wants a policy which is a collection of d sets S, S2, ..., Sa where S; contains towers (cells) to be activated at slot i. = For example, let n = 5 and d = 3, a policy might be S {}, S = {C, C4), S3 = {C3, C5}. The expected number of activation for this policy is 1+2 (1-p) +2 (1-P-P2-P4) (a) What is the optimal policy if p; = for all i and d = 2. Prove it to be optimal. [5 pts] n (b) Prove that in an optimal policy, S is a set of cells which is a prefix of the non-increasing sorted order of the cells according to their probability. [5 pts] (c) Design a polynomial time algorithm to calculate the optimal policy in general. Justify the correctness of your algorithm and it's time complexity. [10 pts] Activate Windows Go to Settings to activate Windows.
Step by Step Solution
★★★★★
3.38 Rating (139 Votes )
There are 3 Steps involved in it
Step: 1
a For p1 p2 ldots pn and d 2 the optimal policy is to activate the tower in the cell with the ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started