We have a regular tetrahedron with vertices ABCD.Length of each side being 1 unit.An insect starts at vertex A. At any vertex his probability of continuing on any of the three paths is 1/3 (including returning from the path from where it came). The insect starts at vertex A and travels 5 units.What is the probability that after travelling 5 untis he is still at vertex A?? Answer [20/81] .Tell me how to do it??
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
We can denote the complete path the insect takes by a sequence of 5 letters where no adjacent letters are the same. For instance BCADB means that it goes to B, then C, then A, then D, then finally B.
We first calculate the sample size of the probability, namely how many different paths can he take. He has 3 choices for the first journey, 3 choices again for the second, and so on. So we have 35
Next, we count the number of paths where he eventually stops at A. The paths can be represented by: _ _ _ _ A, where the first and fourth spot can't have an A. We will count this by case-working as follow:
Case 1, we don't have any As for the second and third spot, which gives 3∗2∗2∗2=24
Case 2, we have an A for either second or third spot, which gives 2(3∗3∗2)=36
This gives a total of 36+24=60 paths.
Therefore our probability is 3560=8120
I don't think it was necessary to introduce the denotion of paths after all......oh well it helps me see things more clearly, I even drew a square with vertices labeled ABCD. :)
This is an example of a Markov chain with (basically) two states. At any time the insect is either at vertex A (state 1) or else at one of the other three vertices (state 2).
If the insect is in state 1, he will be in state 2 after one move with probability 1. On the other hand, if the insect is in state 2, then after one move he will be in state 1 with probability 31 and in state 2 with probability 32.
If we let pn,j be the probability that the insect is in state j after n moves, then we can write the information in the previous paragraph in matrix form: (pn,1pn,2)=(013132)(pn−1,1pn−1,2) and hence (since p0,1=1 and p0,2=0): (pn,1pn,2)=(013132)n(p0,1p0,2)=(013132)n(10) for any n≥0. Since (p5,1p5,2)=(81208160) and your question asks for p5,1, we are done.