...
UGC NET CS 2015 Jun- paper-2
October 16, 2023
Nielit Scientist-B CS 4-12-2016
October 16, 2023
UGC NET CS 2015 Jun- paper-2
October 16, 2023
Nielit Scientist-B CS 4-12-2016
October 16, 2023

Aptitude

Question 14

There are multiple routes to reach from node 1 to node 2, as shown in the network.

The cost of travel on an edge between two nodes is given in rupees. Nodes ‘a’, ‘b’, ‘c’, ‘d’, ‘e’, and ‘f’ are toll booths. The toll price at toll booths marked ‘a’ and ‘e’ is Rs.200, and is Rs.100 for the other toll booths. Which is the cheapest route from node 1 to node 2?

A
1-f-e-2
B
1-f-b-2
C
1-b-2
D
1-a-c-2
Question 14 Explanation: 

1 – f – e – 2 ─ 100 + 100 + 200 = 400
1 – f – b – 2 ─ 100 + 0 + 200 = 300 ⇾ shortest [Answer]
1 – b – 2 ─ 300 + 200 = 500
1 – a – c ─ 2 – 200 + 100 + 100 = 400
Correct Answer: B
Question 14 Explanation: 

1 – f – e – 2 ─ 100 + 100 + 200 = 400
1 – f – b – 2 ─ 100 + 0 + 200 = 300 ⇾ shortest [Answer]
1 – b – 2 ─ 300 + 200 = 500
1 – a – c ─ 2 – 200 + 100 + 100 = 400

Leave a Reply

Your email address will not be published. Required fields are marked *