SOLUTION: Call the places by the first letter of their name e.g. Arachnid by A, Feline by F and so on.
The notation A->F means travelling from A to F and AF denotes distance traveled by goi
Algebra.Com
Question 40647: Call the places by the first letter of their name e.g. Arachnid by A, Feline by F and so on.
The notation A->F means travelling from A to F and AF denotes distance traveled by going from A to F or F to A.
/
First: shortest(FB) = ?
F->B can be either F->T->B or F->L->B.
In first case FB is (6 + 9) = 15 miles and
in the second case FB is (11 + 12) = 23 miles.
Clearly 15 < 23. So shortest path is F->T->B and corresponding distance = 15 miles.
/
Second: shortest(LT) = ?
L->T can be either L->F->T or L->B->T.
In first case LT is (11 + 6) = 17 miles and
in the second case LT is (12 + 9) = 21 miles.
Clearly 17 < 21. So shortest path is L->F->T and corresponding distance = 17 miles.
/
Third: shortest(CF) = ?
C->F can be either C->L->F or C->A->T->F or C->B->T->F.
In first case CF is (3 + 11) = 14 miles,
in second case CF is (15 + 1 + 6) = 22 miles and
in third case CF is (7 + 9 + 6) = 22 miles.
Clearly 14 < 22. So shortest path is C->L->F and corresponding distance = 14 miles.
/
Do the rest of the problem yourself following the procedure above.
The answers of fourth part onwards are 18, 16, 12 and 7 miles respectively.
Answer by psbhowmick(878) (Show Source): You can put this solution on YOUR website!
RELATED QUESTIONS
a. What is the formula for the determinant of the given matrix expanding by cofactors on
(answered by Alan3354)
In the following figure:
A B C
--------D
--------E F G
------------H
(answered by checkley71)
In the following figure:A B C
D
(answered by khwang)
Consider the function F and G defined by F(x)={{{(x-6)/(2x+5)}}} and... (answered by solver91311)
seven performers A,B,C,D,E,F and G are to appear in a talent contest. the order of... (answered by lynnlo)
Suppose a function f(x) is defined on the domain [-8,4]. If we define a new function g(x) (answered by robertb)
This is coming from the University of Houston online textbook, section 3.6 #39, if that... (answered by stanbon)
Sherlock made an elaborate code to remember the 10-digit combination to his locker. This (answered by MathLover1,greenestamps)
Here is a big question and I'm not even sure where to begin, any help would be greatly... (answered by solver91311)