Statistically independent confusion

AI Thread Summary
In a communication system with two parallel paths, each containing two repeaters, the probability of the signal not arriving is determined by the failure rates of the repeaters. The correct approach involves calculating the success probabilities for each path and then determining the overall failure probability by considering the independence of the paths. The failure probability for each path is calculated as 1 minus the success probability, which is derived from the repeaters' individual failure rates. The overall failure probability is found by multiplying the failure probabilities of both paths, as the signal will only fail if both paths fail. This method confirms that the repeaters can be treated as statistically independent in this configuration.
alibabamd
Messages
2
Reaction score
0
hey guys,
tell me how i would approach this:
a communication system sends signals from 'a' to 'b' over 2 parallel paths. If each path has 2 repeaters with failure probablities X for the first path repeaters ,Y for the second path repeaters then what would be the probability of signal not arriving at all. The repeaters are statistically independent.

I thought it would be X*X+Y*Y.
However, i thought that if one repeater fails it won't matter if the second one fails. So they can't be statsically independent right? So how would one go about doing this?
 
Physics news on Phys.org
Path 1 success: (1-X)^2
Path 1 failure: 1 - (1-X)^2

Path 2 success: (1-Y)^2
Path 2 failure: 1 - (1-Y)^2

Overall failure probability: (1 - (1-X)^2) * (1 - (1-Y)^2)
 
ok so you're also taking them as statistically independent right, its just that i was thnking if the first repeater fails doesn't that automatically mean the second won't transmit correctly... thanks for the quick reply though
 
I understand what you're saying and I think my formulas address that. In calculating the failure rate I'm saying if either repeater fails the link as a whole fails.

By multiplying the failure rates of both links, I'm saying that if either link succeeds the message gets through.

In general to calculate two independent failures in an AND configuration as in the two repeaters in series, you have to multiply the success probabilities and subtract from one to get the failure rate. To calculate failure rates in parallel or in and OR configuration, multiply the failure probabilities.
 
If "2 parallel paths" means what I think it means, the only way a signal won't go through is if BOTH repeaters fail. As long as at least one works the signal will go through.
 
Hello, I'm joining this forum to ask two questions which have nagged me for some time. They both are presumed obvious, yet don't make sense to me. Nobody will explain their positions, which is...uh...aka science. I also have a thread for the other question. But this one involves probability, known as the Monty Hall Problem. Please see any number of YouTube videos on this for an explanation, I'll leave it to them to explain it. I question the predicate of all those who answer this...
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...

Similar threads

Replies
15
Views
2K
Replies
5
Views
2K
Replies
1
Views
2K
Replies
2
Views
2K
Replies
22
Views
2K
Back
Top