This may be too basic and am just missing a big fundamental block in probability. Suppose there are 4 people in a family. Each one gets picked randomly everyday for doing dishes. Let's say one of them is Bill.
Observer 1:
He starts predicting from day one. Let B=1 be Bill getting picked up and 0 otherwise.
Day 1:
$p(B_1=0) = \dfrac{3}{4}$
Day 2 (and day 1):
$p(B_2=0, B_1=0) = \dfrac{3}{4}\dfrac{3}{4}$
Day n (and earlier days):
$p(B_n=0, B_{n-1}=0, \cdots ,B_1=0) = \Big(\dfrac{3}{4}\Big)^n \tag{1}$
Observer 2:
He just pops up on nth day and predicts the event. According to him then,
$p(B_1=0) = \Big(\dfrac{3}{4}\Big) \tag{2}$
where, for observer 2 its the first day, which was nth day for observer 1. The events are random every day. They are neither in any way depend on observer 1 or 2 , or to one another (that is, event happening on day k is independent of day (k-1)).
So both observers are right in their own way. Then, what is the correct probability for that day, for Bill not getting picked up? Or which is better and why?