Official Solution:While dancing, Anna takes either one step forward or one step back, with a probability of \(\frac{1}{2}\) for each time. What is the probability that she ends up one step away from the original point at the end of 5 steps? A. \(\frac{1}{10}\)
B. \(\frac{1}{5}\)
C. \(\frac{5}{16}\)
D. \(\frac{3}{8}\)
E. \(\frac{5}{8}\)
To end up one step away from the starting point, Anna must take either three steps forward and two back, in any order, or three steps back and two forward, in any order.
The probability of the first scenario, three steps forward and two back, is \(\frac{1}{2^5}*\frac{5!}{3!2!} = \frac{5}{16}\). We multiply by \(\frac{5!}{3!2!}\) to account for all orders of the FFFBB sequence.
The probability of the second scenario, three steps back and two forward, is also \(\frac{1}{2^5}*\frac{5!}{3!2!}\). Again, we multiply by \(\frac{5!}{3!2!}\) to account for all orders of the BBBFF sequence.
Therefore, the total probability is \(\frac{5}{16}+\frac{5}{16}=\frac{5}{8}\).
Answer: E