If there is a path that goes across each bridge once and only once, then each land mass needs an even number of bridges connected to it, as the bridges must come in pairs(one to get in, one to get out). The exceptions are the land masses you start and end on, as they can have an odd number of bridges. This is because you only have to get off the land mass(in the case of your starting point) or get on the mass(in the case of your ending point). Except for those two, all other land masses must have an even number of bridges connected to them. Since all the land masses in the problem have odd numbers of bridges connecting them, it is impossible to make such a route which crosses each bridge once and only once.