Respuesta :

Answer:

Traversable because it has exactly two odd nodes

Step-by-step explanation:

There is a rule that says it is traversable if it has exactly 2 odd nodes. The are other rule where it can be traversable is if has no odd nodes.

Also if we let the starting point be D and the ending point be B we can travel the network in such way that each edge is only traveled once which is the definition that the network is traversable.

So I will do this by starting at D, then travel to A using the outside edge, then travel to back to D using inside edge, then travel to C, then travel to B, then travel to A using outside edge, and then back to B from A using inside edge.

ACCESS MORE