Directions (Qs. 16-18): Read the following information carefully and answer the questions given below.
The figure below shows the roadmap plan of 5 towns A, B, C, D and E. The computerised car has the software of this roadmap plan in its computer. To follow the route, the driver has to feed instructions, not necessarily all at one time, into the computer. One instruction can be used more than once in a single set of instructions. The three types of instructions are as follows:
| Instruction Type | Explanation of instruction |
| GOTO (X, Y) | The car is instructed to move from X to Y through the shortest route. |
| ROUTE (X, Y, Z) | The car is instructed to move from X to Z via the town Y; Y is situated on the shortest route from X to Z. |
| BACK (X, Y) | The car is instructed to go from X to Y and back to X through the shortest route. |

The distances (in km) between directly connected towns are: A-D = 12, D-E = 18, A-B = 10, B-E = 15, D-B = 8, A-C = 8, C-E = 21.
A person lives in town A. He has to reach E. He wants to visit all the other three towns. What set of instructions should he feed into the computer so that he travels the minimum distance?
Another way to attack this question is to work out exactly what each option asks the car to do, in terms of both distance and whether the instruction is even allowed, using the map: A-D = 12 km, D-E = 18 km, A-B = 10 km, B-E = 15 km, D-B = 8 km, A-C = 8 km, C-E = 21 km.
Once options (1) and (2) are thrown out for using a ROUTE instruction that does not match the actual shortest path, option (3) is left standing as the only workable, minimum-distance plan, at 51 km.
Let's summarize:
So the correct set of instructions is option (3), covering all towns in 51 km.
Mr. Goswami lives in town B. He has to go to town C. He wants to visit all the other three towns. He plans his route such that he can travel the minimum distance. Find the minimum number of instructions to be fed into the computer.
A cleaner way to handle this question is to first build a table of the shortest distance between every pair of towns, and only then plan Mr. Goswami's trip.
Since the D-to-C leg already carries the car through A for free, the whole journey needs only three commands: GOTO (B, E), GOTO (E, D), GOTO (D, C).
Let's summarize:
So the minimum number of instructions Mr. Goswami needs is 3.
The direct road from A to D is destroyed by floods. A person wants to use the computerised car to go from A to D. Which of the following three sets of instructions can't be used by him?
A different way to check this question is to work out, for each option, exactly which roads the car would actually use, and see whether any of them secretly needs the broken A-D road, or breaks its own rule.
So options (1) and (2) both describe genuine, usable detours around the broken road, while option (3) never was a valid instruction to start with.
Let's summarize:
Therefore, option (3) is the set of instructions that can't be used.
Statement: All flowers are beautiful. Some beautiful things are fragile.
Conclusion I: Some flowers are fragile.
Conclusion II: All beautiful things are flowers.