How many mailmen are needed to connect all cities in a random delivery system?

  • Context: Undergrad 
  • Thread starter Thread starter spock0149
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on determining the number of mailmen required to connect all cities in a random delivery system, specifically with n cities and x mailmen, each delivering to k cities selected randomly. The key challenge is to establish whether each city must connect to every other city directly or through multiple jumps, and to clarify the distribution of k given n. The analysis involves calculating the total paths needed and the probability of missing links, using the formula (1 - 1/P)^(Ma) to assess the likelihood of complete connectivity.

PREREQUISITES
  • Understanding of random graph theory
  • Familiarity with probability distributions
  • Knowledge of combinatorial mathematics
  • Advanced statistics concepts
NEXT STEPS
  • Research random graph connectivity and its implications
  • Study probability distributions relevant to random selections
  • Learn about spanning trees and complete graphs in graph theory
  • Explore advanced statistical methods for estimating connectivity probabilities
USEFUL FOR

Mathematicians, statisticians, operations researchers, and anyone involved in network design or optimization problems.

spock0149
Messages
31
Reaction score
0
Hey folks,

This isn't a homework problem (I finished school years ago) so please don't move this.

Here is my problem:

I have:

n cities

x mailmen where each mailman delivers to k cities where k<n and selected at random.

Here is an example:

Lets say I have 250 cities (named according to there number). Mailman 1 drives between city 86 to city 211 (as that happens to be his route), and then goes on from city 211 (as he is already there) to city 16. These routes are selected completely randomly.

So, how many mailmen would I need so that ALL cities were connected by a mailman to all other cities.

Help request: You don't need to answer this for me, I just need guidance as to what sort of formula/stats is used for this. I have advanced math skills, but stats is very much lacking.

Any sort of guidance here is very much appreciated!

Spock
 
Physics news on Phys.org
As the cities are selected at random, maybe there is no mailman delivering to city 1, for instance.
 
You need to find out how many total paths you need (actually, this isn't clear to me from the description -- does every city need to connect to every other city in one jump, or any number of jumps? Are you looking for a complete graph or a spanning graph?). Then you need to find the distribution for k given n: you say "randomly", but does that mean uniformly (k = 1, 2, ..., n are equally likely) or some other random distribution? And are the endpoints included?

Then, working from that information, you need to find how likely it is that at least one of the needed links is missing. The chance that a given path (out of P total paths) is missing is something like (1 - 1/P)^(Ma) where there are M mailmen each traveling an average of a paths. You'd then see what the chance are that every path is hit and set that equal to a sufficiently high number (0.95, perhaps).
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 82 ·
3
Replies
82
Views
9K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
5K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K