This is a follow-up to Probability Question: Bridge problem.
There are $n$ islands in the ocean. Each island is linked by a single bridge to each other island. The probability of each bridge collapsed independently by earthquake is $p$. Suppose there is an earthquake causing some bridges to collapse - what is the probability of the remaining bridges are able to be traversed to each and every island?
What is the correct approach to solve this problem since my original approach (underlined in the linked question) is incorrect?