Assume
$Pr("1"$is received$|$$"1"$is transmitted)=$Pr("0"$is received|$"0"$is transmitted)=$1-b$
$Pr("1"$is transmitted)=$p $ and $Pr("0"$is transmitted)=$1-p$
We transmit the symbol "1" a total of n times over the channel.At the output of the channel,we receive the symbol "1" three times in the n received bits,and that we receive a "1" at the n-th transmission.Given these observations,what is the probability that j-th received bit is "1" ?
I think according to the question,there are two $"0"$ bits in $n-1$ times,so the probability that j-th received bit is "1" is $C^{n-1}_2(1-b)^2(b)^{n-3}$
Is my ideal right?