- #1
Addez123
- 199
- 21
- Homework Statement
- When transmitting ones and zeros through wires it encounters disturbance and can alter the recieved number from 0 to one and 1 to zero.
Given that you've recieved a one, whats the probability that one was actually sent?
- Relevant Equations
- The risk of sending 0 but receiving 1 is .01
The risk of sending 1 but receiving 0 is .02
The 0s and 1s are sent in the proportions:
Zeros .6
Ones .4
$$P(A|B) = P(A \cap B) / P(A)$$
$$P(A) = \text{Chance of 1 being received} = .4 * .98 + .6 * .01 = .398$$
$$P(A \cap B) = \text{Chance 1 being sent and 1 being received} = .4 * .98 = .392$$
$$P(A|B) = P(A \cap B) / P(A) = .392 / .398 = .985$$
The correct answer is 147/148 ~= .9932
What am I doing wrong?
Also, am I supposed to use * for multiplication or is some other symbol prefered?
$$P(A) = \text{Chance of 1 being received} = .4 * .98 + .6 * .01 = .398$$
$$P(A \cap B) = \text{Chance 1 being sent and 1 being received} = .4 * .98 = .392$$
$$P(A|B) = P(A \cap B) / P(A) = .392 / .398 = .985$$
The correct answer is 147/148 ~= .9932
What am I doing wrong?
Also, am I supposed to use * for multiplication or is some other symbol prefered?