There are n islands and initially all islands are separated and each form their own group. When a bridge is constructed between two arbitrarily chosen islands they become a connected group. As long as there are separated island groups, arbitrarily pick two groups and construct a bridge between two arbitrarily-chosen islands (one from each group). As a consequence, the two selected groups are merged into one single connected group.
Prove, using the principle of strong induction on the number of islands n, that no matter how the groups and islands are selected in each step, the total number of bridges obtained by the above procedure is always nā1.
I am not sure how to use strong induction on this or where to even start. Any help would really be appreciated.