Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Engineering Mathematics Expert

1. Find the shortest route from Node 1 to Node 6.

 

From

Node

To

Node

 

Distance

1

1

2

100

2

1

4

215

3

2

3

70

4

2

4

200

5

2

5

110

6

3

4

320

7

4

5

200

8

4

6

200

9

5

6

200

total distance = 350

total distance = 410

total distance = 270

total distance = 520

Question 2. If your goal was to construct a network in which all points were connected and the distance between them was as short as possible, the technique that you would use is

shortest-route.

maximal-flow.

minimal-flow.

minimal-spanning tree.

Question 3.3. Find the shortest route from Node 1 to Node 6.


From

Node

To

Node

 

Distance

1

2

150

1

3

200

2

4

200

2

3

50

4

6

100

3

4

300

3

5

350

5

6

100

300

450

550

650

Question 4.4. Find the shortest route from Node 1 to Node 5.


From

Node

To

Node

 

Distance

1

2

200

1

3

150

2

3

50

2

4

300

3

4

250

3

5

200

4

5

150

350

400

450

600

Question 5. Given the following distances between destination nodes, what is the minimum distance that connects all the nodes?

From

To

Distance

1

2

100

1

3

200

2

3

100

2

4

150

2

5

200

3

4

150

3

5

300

4

5

250

4

6

200

5

6

100

900

650

400

1200

Question 6. The minimal-spanning tree technique would best be used

by a forest ranger seeking to minimize the risk of forest fires.

by a telephone company attempting to lay out wires in a new housing development.

by an airline laying out flight routes.

None of the above

Question 7. A point in the network, that is at the beginning or end of an arc is called a(n) ________.

arc

branch

line

node

Question 8.8. Given the following traffic flows, in hundreds of cars per hour, what is the maximum traffic flow from Town 1 to Town 7?


 

From Town

To Town

Flow

1

1

2

4

2

1

3

7

3

1

5

9

4

2

1

0

5

2

4

3

6

2

5

5

7

3

1

1

8

3

5

3

9

3

6

4

10

4

2

3

11

4

5

1

12

4

7

0

13

5

1

1

14

5

2

0

15

5

3

3

16

5

4

0

17

5

6

5

18

5

7

1

19

6

3

1

20

6

5

6

21

6

7

3

22

7

4

5

23

7

5

2

24

7

6

0

max flow = 4 units

max flow = 6 units

max flow = 3 units

max flow = 9 units

Question 9. Pipeline fluid flows are indicated below. Determine the maximum flow from Node 1 to Node 3.

 From Node

 To Node

 Fluid Flow

 1  3  400
 3  1  100
 1  2  300
 2  1  0
 2  3  100
 3  2  100

100

400

500

700

Question 10. Given the following distances between destination nodes, what is the minimum distance that connects all the nodes?

From 

To 

Distance 

 1  2  100
 2  4  150
 1  3  200
 2  3  50
 3  4  175
 4  5  250
 3  5  300

100

150

550

1225

Question 11. Given the following distances between destination nodes, what is the minimum distance that connects all the nodes?

From

To

Distance

 1  2  300
 2  3  150
 1  3  200

450

150

350

650

Question 12. Given the following distances between destination nodes, what is the minimum distance that connects all the nodes?

From 

To 

Distance 

 1  2  100
 1  3  50
 2  3  200
 2  5  325
 1  4  50
 3  4  350
 3  5  400
 4  5  450

300

525

675

1925

Question 13. The shortest-route technique would best be used to ________

determine the number of units to ship from each source to each destination.

determine the amount of LAN network wiring within a building.

minimize the amount of traffic flow on a busy highway.

determine the path for a truck making frequent but repeatable drops.

Question 14. The first step in the maximal-flow technique is to

pick the node with the maximum flow.

pick any path with some flow.

eliminate any node that has a zero flow.

add a dummy flow from the start to the finish.

Question 15. Find the shortest route from Node 1 to Node 4.

From

Node

To

Node

 

Distance

1

2

250

1

3

400

1

4

600

2

3

50

2

4

300

3

4

200

750

500

550

600

Question 16. The final node or destination in a network is called a(n) ________.

arc

branch

source

sink

Question 17. Find the shortest route from Node 6 to Node 1.

Branch

From

Node

To

Node

 

Distance

1

1

2

150

2

1

3

200

3

2

3

100

4

2

4

200

5

2

5

50

6

3

4

350

7

3

5

300

8

4

6

100

9

5

6

100

branches 9, 7, and 2

branches 8, 6, and 2

branches 8, 6, 7, and 1

branches 9, 5, and 1

Question 18. Pipeline fluid flows are indicated below. Determine the maximum flow from Node 1 to Node 4.

 From Node

 To Node

 Fluid Flow

 1  2  400
 2  1  0
 1  4  200
 4  1  200
 1  3  200
 3  1  0
 2  4  200
 4  2  200
 3  4  300
 4  3  300

200

300

600

700

Question 19. The origin or beginning node in a network is called ________.

home

source

mouth

sink

Question 20. Given the following distances between destination nodes, what is the minimum distance that connects all the nodes?

From

To

Distance

1

2

100

1

3

50

2

3

200

2

5

300

1

4

50

3

4

350

3

5

400

3

6

400

4

5

450

4

6

350

5

6

200

900

1200

1100

700

Engineering Mathematics, Engineering

  • Category:- Engineering Mathematics
  • Reference No.:- M91821888

Have any Question?


Related Questions in Engineering Mathematics

Math assignment -q1 let fx -x3-cosx and p0 1 use newtons

Math Assignment - Q1. Let f(x) = -x 3 -cos(x), and p 0 = 1. Use Newton's method to find p 2 . Could p0=0 be used? Q2. Perform two iterations by Newton's method and the secant method to each of the following: a. e x + 2 - ...

Q undirected vs directed connectivitya prove that in any

Q: Undirected vs. directed connectivity. (a) Prove that in any connected undirected graph G = (V, E) there is a vertex v ? V whose removal leaves G connected. (Hint: Consider the DFS search tree for G.) (b) Give an examp ...

Question what is the signed binary sum of 1011100 and

Question : What is the signed binary sum of 1011100 and 1110101 in decimal? Show all of your work. What is the hexadecimal sum of 9A88 and 4AF6 in hexadecimal and decimal? Show all of your work.

All these questions should be answered in matlab 1 generate

All these questions should be answered in MATLAB !!! 1. Generate a set of 3 random patterns of dimension 12 where each value is +1 or -1.(3 random 12*12 matrix) 2. Create a 12-unit Hopfield network (a 12x12 matrix) from ...

Assignment - lp problemsthe data for all the problems in

Assignment - LP problems The data for all the problems in this HW are included in the LP_problems_xlsx spreadsheet Problem 1: Cash Planning A startup investment project needs money to cover its cash flow needs. At the en ...

Question a signal starts at point x as it travels to point

Question : A signal starts at point X. As it travels to point Y, it loses 8 dB. At point Y, the signal is boosted by 10 bB. As the signal travels to point Z, it loses 7 dB. The dB strength of the signal at point Z is -5 ...

Question suppose that g is a directed graph in class we

Question : Suppose that G is a directed graph. In class we discussed an algorithm that will determine whether a given vertex can reach every other vertex in the graph (this is the 1-to-many reachability problem). Conside ...

Clculus assignment -q1 find the total differential of w

CALCULUS ASSIGNMENT - Q1. Find the total differential of w = x 3 yz + xy + z + 3 at (x, y, z) = (1, 2, 3). Q2. Find the value of the double integral ∫∫ R (6x + 2y 2 )dA where R = {(x, y)| - 2 ≤ y ≤ 1, y 2 ≤ x ≤ 2 - y. Q3 ...

Problem 1given a sequence xn for 0lenle3 where x0 1 x1 1

Problem # 1: Given a sequence x(n) for 0≤n≤3, where x(0) = 1, x(1) = 1, x(2) = -1, and x(3) = 0, compute its DFT X(k). (Use DFT formula, don't use MATLAB function) Use inverse DFT and apply it on the Fourier components X ...

Assignment - lp problemsthe data for all the problems in

Assignment - LP problems The data for all the problems in this HW are included in the LP_problems_xlsx spreadsheet. Problem 1 - Cash Planning A startup investment project needs money to cover its cash flow needs. At the ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As