In the kingdom of Anantarajya, there are 100 cities including Anantanagri, and four roads lead out of each city. How many roads are there altogether in Anantarajya?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This is graph theory: there are 100 vertices (cities), and 4 degrees per vertex (4 roads coming out of each city). We have 4 * 100 degrees in total. Each edge (road) counts for 2 degrees, as 1 road connects 2 cities (which is what I assumed). So the number of roads is 400/2 = 200.