I saw this example question on OW's website. The question is asking you to guess the number of trains on the London Underground. Part of which is: What is the average number of stations on a route?Again, this is the type of question where a sensible guess should be sanity checked, with the interviewer if needed. We estimate there are 25 stations for the average line. 25 stations on 12 lines gives 300 stations in total. This sounds reasonable. However, to determine average number of stations on a route, we must be careful not to under-weight stations shared by multiple routes. One way to solve this problem is to consider each route to be isolated, and that every station that is shared between say 2 routes, counts as 2 stations. Now we must estimate how many stations are ‘doubles’ – say half for simplicity, given that there are on average two routes per line. This means the effective number of stations is (300 + (1/2 x 300)) = 450 effective stations.The average number of stations on a route is then 450/25 = 18 stations per route.MY QUESTION: Wouldn't the number of stations be calculated when calculating the number of stations per line. If you assume some lines have branches and then factor this in for the total, surely it doesn't matter if lines share stations as you've already accounted for them when thinking about the total number of stations for separate lines? If two stations have 20 stops each and share half of them, the total number of stations will still be 40, not 60 as this question would imply. Am I being really rtarded here?