The figure shows the flow of traffic in vehicles per hour th
Solution
For the given network, the system of equations can be obtained by considering source and sink at each node. Sum of all the source will be equal to sum of all the sink.
Now considering top-left node; the equation is given by:
x1 + x2 = 300
considering bottom-left node; the equation is given by:
x3 + x5 = 200 + x2
considering top-right node; the equation is given by:
x1 + x3 = 150 + x4
considering bottom-right node; the equation is given by:
x4 + x5 = 350
a)
from above equations,
x1 = 300 - x2
x2 = 300 - x1
x3 = 200 + x2 - x5 = 150 + x4 - x1
x4 = 350 - x5 = x3 + x1 -150
x5 = 350 - x4 = 200 + x2 - x3
b) When x2 = 200 & x3 = 50
x1 = 300 - x2 = 300 - 200 = 100
x4 = = x3 + x1 -150 = 50 + 100 - 150 = 0
x5 = 200 + x2 - x3 = 200 + 200 - 50 = 350
c) When x2 = 150 & x3 = 0
x1 = 300 - x2 = 300 - 150 = 150
x4 = = x3 + x1 -150 = 0 + 150 - 150 = 0
x5 = 200 + x2 - x3 = 200 + 150 - 0 = 350
