Graph Coloring: Map Coloring


Now, here is your chance to try a problem:

The Federal Communications Commission (FCC) monitors radio stations to make sure that their signals do not interfere with each other. They prevent interference by assigning appropriate frequencies to each station. How many different frequencies are needed for the six stations located at the distances shown in the table, if two stations cannot use the same channel when they are within 150 miles of each other?


KQAA KQBB KQCC KQDD KQEE KQFF
KQAA - 25 202 77 375 106
KQBB 25 - 175 51 148 222
KQCC 202 175 - 111 365 411
KQDD 77 51 111 - 78 297
KQEE 375 148 365 78 - 227
KQFF 106 222 411 297 227 -


Before you start, think about this:

Good luck!!



Next: Algorithms
Back: Fish Problem Solution