.
The meaning / (the context) of this problem is that Sam flips the coin at the beginning of each minute t= 0, 1, 2, 3, 4,
and, depending on the result of each individual flipping, he is 1 unit to the left or 1 unit to the right
from his previous/(current) position on the straight line at the end of THIS minute.
Let H be the number of Heads in 5 flips.
Then the number of Tails is (5-H), and we are interested to find the value of H under this condition
H - (5-H) = 1.
From the equation,
H - 5 + H = 1, 2H = 1 + 5 = 6, H = 6/2 = 3.
Thus, to get the point 1 unit to the right from the beginning after 5 flips, he should have 3 Heads and 2 Tails in his experiment.
What concretely is the sequence of heads and tails in the experiment, it DOES NOT matter.
What does really matter, is to have 3 Heads and 2 Tails in any order of 5 flips.
So, it is a binomial distribution problem with the number of trials n= 5 and the number of success k= 3;
the probability of the success is = 0.5 in each individual trial.
THEREFORE, the probability under the problem's question is P = = = 0.3125. ANSWER
Solved.
------------
It is a good entertainment problem.
By the way, with 6 flips the probability to get the point (1,0) is equal to ZERO,
because the equation H - (6-H) = 1 DOES NOT have solutions in integer numbers in this case.