Aerial Assault
Footballguy
The boardgame geek thread linked to in the solution is really interesting. Glad to see some genius there came up with the idea that the coach's departure was a metaphor for estimating probability.Ignoratio Elenchi said:


The boardgame geek thread linked to in the solution is really interesting. Glad to see some genius there came up with the idea that the coach's departure was a metaphor for estimating probability.Ignoratio Elenchi said:
Neither of those meet the requirements of the problem though. If there are N rows of islands, there would be N+1 islands in each row.If we have two bridges, no islands, the odds that both get washed out are 25%, so the odds that neither gets washed out ate 75%.
If we have bridge - island - bridge, the odds of both bridges surviving are 25% which means the odds of either bridge being washed out are 75%.
Don't want you to spend too much time going down the wrong road - this, too, doesn't stick to the conditions of the puzzle. If you have three islands across, then you'd need two rows of islands (as pictured in question 1 on fivethirtyeight).So now that we've done a simple one, let's do
A.B.C
1D2E3
F.G.H
8 bridges, 2^8 combinations or 256 total
Any pair of two bridges will survive 1/4 of the time. So there's 64 combinations where AF survived, 64 for BG and 64 for CG. But there's a lot of overlap. 1/4 of the time, AF survived. 3/4 it didn't. Of those 192 times AF wasn't available, 1/4 of the time BG was available, or 48. Of the 144 times AF and BG were unavailable, CH was available 1/4 of the time, or 36. So 148 out of 256 times you can just walk straight across.
To be continued
Problem doesn't say you have to go straight across.Now let's do the original problem.
A.B.C
1D2E3
F.G.H
4I5J6
K.L.M
Let's start with the same methodology we just used for the simpler examples. There are 2^13 total combinations, or 8192.
The odds of any 3 bridges all being available are 1 in 8. So the odds you can go straight across AFK are 1/8, or 1024 combinations. BGL is 1/8 of the remaining 7168, and CHM is 1/8 of the remaining 7/8 of 7/8.
So we can make a formula for the number of straight across paths.
There are 2^n possible combinations, of which
2^(n-r) x (((2^r-1) / (2^r)) ^ c-i)
+
2^(n-r) x (((2^r-1) / (2^r)) ^ c-i)... repeating c times where i starts at c-1 and i=i-1 for each iteration.
Where n is the total number of bridges
R is the number of rows
C is the number of columns
I'm sure n can be expressed as a function of c and r and that the formula above can be expressed more cleanly than i starts at c-1 but I can't remember what that thing is called so screw it.
Oops. Meant to delete the above as I skimmed what people were doingI'm not only working on the original problem. I'm working on the overall solution for any number of islands, while doing random chores. These posts are intended to be read together sequentially on the way to the answers to both.
Was your conclusion influenced on how the problem needs to be set up with n islands by n+1 islands?nice work by the crew to get to that 2/3, especially all the long math guys.new puzzle required viewing the image so probably should just look at the link.
For the record in case all the math scared off some folks, I'm pretty sure I got the answer to the new puzzle today, and my solution requires basically no math. Just have to think about the problem the right way. We'll see.
![]()
Yes - specifically the fact that there are always n rows of n+1 islands each puts the bridges in a particular arrangement that makes the problem very easy to solve.Was your conclusion influenced on how the problem needs to be set up with n islands by n+1 islands?nice work by the crew to get to that 2/3, especially all the long math guys.new puzzle required viewing the image so probably should just look at the link.
For the record in case all the math scared off some folks, I'm pretty sure I got the answer to the new puzzle today, and my solution requires basically no math. Just have to think about the problem the right way. We'll see.
![]()
There's definitely a simpler way to visualize the solution. I gave a hint above - the fact that there are always n+1 islands in n rows means the bridges are in a particular configuration that they otherwise wouldn't be.It feels like the solution should be simpler. I'd love to hear the simple solution because I don't see it at all.
Looking at it from a boat going through west-east only if maze of bridges are gone is the exact same configuration as a walker going through north-south only if a maze of bridges remains (thus this 2 by 3 problem yields the same results for a n by (n+1) configuration).Ignoratio Elenchi said:There's definitely a simpler way to visualize the solution. I gave a hint above - the fact that there are always n+1 islands in n rows means the bridges are in a particular configuration that they otherwise wouldn't be.Hoosier16 said:It feels like the solution should be simpler. I'd love to hear the simple solution because I don't see it at all.
The solution I have in mind relies on basically no math at all. Think about boats.![]()
I'll write up my solution and post it in a spoiler shortly.
Agree with this so the probability of a walker making it is the same as a boat not making it. I understand that completely.Looking at it from a boat going through west-east only if maze of bridges are gone is the exact same configuration as a walker going through north-south only if a maze of bridges remains (thus this 2 by 3 problem yields the same results for a n by (n+1) configuration).Ignoratio Elenchi said:There's definitely a simpler way to visualize the solution. I gave a hint above - the fact that there are always n+1 islands in n rows means the bridges are in a particular configuration that they otherwise wouldn't be.Hoosier16 said:It feels like the solution should be simpler. I'd love to hear the simple solution because I don't see it at all.
The solution I have in mind relies on basically no math at all. Think about boats.![]()
I'll write up my solution and post it in a spoiler shortly.
I don't see this at all. Just because the compliments sum to one doesn't mean they are equal. The walker making it and the boat making it are compliments, not what is bolded above. The bolded are equal, but are not compliments.A walker can go through if and only if a boat can’t and vice versa. The probability of an event and its complement always sums to 1, thus a walker has a 50% chance of getting to the south shore.
I see what you mean - but the fact that the walker going through is the same configuration as the boat going through... and that one making it means the other doesn't... can't lead to the walker having an 80% chance and the boat a 20% chance, no? (if they're the same configuration from their point of view).Agree with this so the probability of a walker making it is the same as a boat not making it. I understand that completely.Looking at it from a boat going through west-east only if maze of bridges are gone is the exact same configuration as a walker going through north-south only if a maze of bridges remains (thus this 2 by 3 problem yields the same results for a n by (n+1) configuration).Ignoratio Elenchi said:There's definitely a simpler way to visualize the solution. I gave a hint above - the fact that there are always n+1 islands in n rows means the bridges are in a particular configuration that they otherwise wouldn't be.Hoosier16 said:It feels like the solution should be simpler. I'd love to hear the simple solution because I don't see it at all.
The solution I have in mind relies on basically no math at all. Think about boats.![]()
I'll write up my solution and post it in a spoiler shortly.
I don't see this at all. Just because the compliments sum to one doesn't mean they are equal. The walker making it and the boat making it are compliments, not what is bolded above. The bolded are equal, but are not compliments.A walker can go through if and only if a boat can’t and vice versa. The probability of an event and its complement always sums to 1, thus a walker has a 50% chance of getting to the south shore.
Hard to see the formatting there, maybe it's just my mobile, but it looks like a boat can pass there. Enter from the west on the bottom, then go up, then go right.A walker can't always make it across when a boat can't pass, if the side bridges are down.
A bridge BnobridgeC
. ------ N ------ N
B ------ O ------ O
R ------ B ------ B
I ------ R ------ R
D ------ I ------ I
G ------ D ------ D
E ------ G ------ G
. ------ E ------ E
AnobridgeB bridge C
N ------ . ------ N
O ------ B ------ O
B ------ R ------ B
R ------ I ------ R
I ------ D ------ I
D ------ G ------ D
G ------ E ------ G
E ------ . ------ E
The walker succeeding and the boat failing are equal. The walker succeeding and the boat succeeding are compliments.I see what you mean - but the fact that the walker going through is the same configuration as the boat going through... and that one making it means the other doesn't... can't lead to the walker having an 80% chance and the boat a 20% chance, no? (if they're the same configuration from their point of view).Agree with this so the probability of a walker making it is the same as a boat not making it. I understand that completely.Looking at it from a boat going through west-east only if maze of bridges are gone is the exact same configuration as a walker going through north-south only if a maze of bridges remains (thus this 2 by 3 problem yields the same results for a n by (n+1) configuration).Ignoratio Elenchi said:There's definitely a simpler way to visualize the solution. I gave a hint above - the fact that there are always n+1 islands in n rows means the bridges are in a particular configuration that they otherwise wouldn't be.Hoosier16 said:It feels like the solution should be simpler. I'd love to hear the simple solution because I don't see it at all.
The solution I have in mind relies on basically no math at all. Think about boats.![]()
I'll write up my solution and post it in a spoiler shortly.
I don't see this at all. Just because the compliments sum to one doesn't mean they are equal. The walker making it and the boat making it are compliments, not what is bolded above. The bolded are equal, but are not compliments.A walker can go through if and only if a boat can’t and vice versa. The probability of an event and its complement always sums to 1, thus a walker has a 50% chance of getting to the south shore.
I think it's man can cross equals boat can't cross. They both cannot succeed.It might take a little convincing, I can write it up in more detailed fashion later this morning, but in general the complete solution involves a few observations:
- if a man can cross, a boat can't, and vice versa.
- because there are n x n+1 islands, the bridges are arranged in concentric squares.
- because of this square arrangement (and the fact that each bridge has an independent probability of 50% of being destroyed) the question "what is the probability the man can cross?" is the same exact question as "what is the probability that a boat can cross?"
- these two questions have the same answer, and their answers must sum to 100%, so the answer is 50%.
No - IE meant that 'man can cross' is the same as 'boat can cross' - because of the concentric square configuration... And since one makes it when the other doesn't, and vice versa... the only possible answer is 50%.I think it's man can cross equals boat can't cross. They both cannot succeed.It might take a little convincing, I can write it up in more detailed fashion later this morning, but in general the complete solution involves a few observations:
- if a man can cross, a boat can't, and vice versa.
- because there are n x n+1 islands, the bridges are arranged in concentric squares.
- because of this square arrangement (and the fact that each bridge has an independent probability of 50% of being destroyed) the question "what is the probability the man can cross?" is the same exact question as "what is the probability that a boat can cross?"
- these two questions have the same answer, and their answers must sum to 100%, so the answer is 50%.
Well yes, in any configuration of islands, "man can cross" is synonymous with "boat can't cross" and vice versa. And "man can cross" + "boat can cross" = 100%, because they're complements, but we wouldn't know any more than that. But in this particular case, because the bridges are arranged in a square, the problem as viewed from north to south is the same exact problem as if it was viewed from west to east. The possible paths a man could take are identical to those a boat could take. Because of the square arrangement, not only does "man can cross" + "boat can cross" = 100%, we know that they equal each other.I think it's man can cross equals boat can't cross. They both cannot succeed.It might take a little convincing, I can write it up in more detailed fashion later this morning, but in general the complete solution involves a few observations:
- if a man can cross, a boat can't, and vice versa.
- because there are n x n+1 islands, the bridges are arranged in concentric squares.
- because of this square arrangement (and the fact that each bridge has an independent probability of 50% of being destroyed) the question "what is the probability the man can cross?" is the same exact question as "what is the probability that a boat can cross?"
- these two questions have the same answer, and their answers must sum to 100%, so the answer is 50%.
The answer is 50%. I don't know which one of the 16 successful options your formula doesn't account for.The walker succeeding and the boat failing are equal. The walker succeeding and the boat succeeding are compliments.
A simple check is to look at a 2 X 1 configuration. The answer isn't 50%, it's 15/32 (3/4 to get to the 1st set of islands by 5/8 to get to the other side).
---1 2O3O4 5---1234500000000010001000011001000010100110001110100001001Y0101001011Y0110001101Y01110Y01111Y100001000110010Y10011Y1010010101Y10110Y10111Y1100011001Y11010Y11011Y1110011101Y11110Y11111Y
Look at your 2x1 problem with the 32 possible outcomes (each which equal probability).I see what you're saying, but my brain is still struggling with simple. I realize I am probably wrong, but I'm not convinced they're compliments.
Take a look at my 2 X 1 solution and explain why that is wrong. My last probability class was 35 years ago but I don't see it. To cross, you must reach one of the two islands and then the opposite shore. To get to an island, the prob of making it is 3/4. The prob of reaching the other side from either island is 5/8 (1-(3/4*1/2)). The total prob of crossing should be 3/4 * 5/8, or 15/32. Where am I going wrong?
There's another one that sounds good. Reminds me of why I had a love/hate relationship with statistics back in the day.I see what you're saying, but my brain is still struggling with simple. I realize I am probably wrong, but I'm not convinced they're compliments.
Take a look at my 2 X 1 solution and explain why that is wrong. My last probability class was 35 years ago but I don't see it. To cross, you must reach one of the two islands and then the opposite shore. To get to an island, the prob of making it is 3/4. The prob of reaching the other side from either island is 5/8 (1-(3/4*1/2)). The total prob of crossing should be 3/4 * 5/8, or 15/32. Where am I going wrong?
Thanks for posting that. I knew that was what I was going to have to do.The answer is 50%. I don't know which one of the 16 successful options your formula doesn't account for.The walker succeeding and the boat failing are equal. The walker succeeding and the boat succeeding are compliments.
A simple check is to look at a 2 X 1 configuration. The answer isn't 50%, it's 15/32 (3/4 to get to the 1st set of islands by 5/8 to get to the other side).---1 2O3O4 5---1234500000000010001000011001000010100110001110100001001Y0101001011Y0110001101Y01110Y01111Y100001000110010Y10011Y1010010101Y10110Y10111Y1100011001Y11010Y11011Y1110011101Y11110Y11111Y
That's the one. Breaking it down into two steps seems logical, but clearly doesn't work. It's going to bother me until I figure out the math.I'm pretty sure the way you did it removes the extra probability of getting across that's given when both initial bridges are open at the same time (you can get to both islands in your first step).
Right, I think what's happening is that 5/8 is effectively "If I'm already on an island, what's the probability I can cross to the south shore?" So like imagine you have it like this:There's another one that sounds good. Reminds me of why I had a love/hate relationship with statistics back in the day.I see what you're saying, but my brain is still struggling with simple. I realize I am probably wrong, but I'm not convinced they're compliments.
Take a look at my 2 X 1 solution and explain why that is wrong. My last probability class was 35 years ago but I don't see it. To cross, you must reach one of the two islands and then the opposite shore. To get to an island, the prob of making it is 3/4. The prob of reaching the other side from either island is 5/8 (1-(3/4*1/2)). The total prob of crossing should be 3/4 * 5/8, or 15/32. Where am I going wrong?
I'm pretty sure the way you did it removes the extra probability of getting across that's given when both initial bridges are open at the same time (you can get to both islands in your first step).
*****| |A - B| |*****
******| |A B |******