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.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

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