Hi All!
While reviewing probability, I stumbled upon what I thought was a routine problem:
Mathematically, I would just multiply the # paths of the first step times the # of paths in the second step.
But intuitively, I took the number of paths that the ant could take to get to D divided by the total number of paths.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Interesting thought, but I think the difference is that in your second approach not all the paths have the same probability of being taken. For example, the path ABC has a probability of 1/3 x 1/3 = 1/9 of being taken, while the path AGC has a probability of 1/3 x 1/6 = 1/18 of being taken. So while you are correct that there are a total of 12 two-step paths, since they don't all have the same odds of being taken we can't simply divide 1 by 12 to get the odds of reaching D in two steps.
Note that the probability of ending at point A is 1/9 + 1/9 + 1/18 = 5/18, at points C and E are each 1/9 + 1/18 = 1/6, at point G is 1/9 + 1/9 = 2/9, while the probability for points B, D, and F are each 1/18. These probabilities add to 5/18 + 2 x 1/6 + 2/9 + 3 x 1/18 = 1 as expected.
Log in to reply
Wow, great explanation thank you!!!
Log in to reply
You're welcome! :)
Because the probability of the ant landing on a certain point is not equal for all points, as the second "solution" assumes. For example, If we want the ant to go from A to D in exactly two steps, then it must go through the path A -> G -> D, whereas if we want it to land on C, for example, it could take the A -> G -> C path or the A -> B > C path. And even then, the probability of AGC being taken (1/31/6 = 1/18) is different than the probability of ABC (1/31/2 = 1/6), so the reason why the second solution is wrong is because we can't assume that every point is equally likely to be the one on which the ant will land in the second step.