- #1
whitejac
- 169
- 0
Homework Statement
Problem
Consider a random experiment with a sample space
S={1,2,3,⋯}.
Suppose that we know:
P(k) = P({k}) = c/(3^k) , for k=1,2,⋯,
where c is a constant number.
- Find c.
- Find P({2,4,6}).
- Find P({3,4,5,⋯})
2. Homework Equations
I do not know of any relevant equations other than the three axioms of Probability:
For any even A, P(A) ≥ 0.
Prbability of the sample space S is P(S) = 1.
If a1, a2, a3 are disjoint events, then P(a1∪a2∪a3∪...) = P(a1) + P(a2) + P(a3)...
and the Inclusion Exclusion principle
The Attempt at a Solution
So, I'm a little confused on how to "find" C... I could start plugging in values for k, but then I would just be left with the limit as k → ∞ which would drop C to zero.
P(k= 1) = c/3
P(k=2) = c/9
P(k=3) = c/27
.
.
.
Since C is a constant, it seems a little bit trivial to find it as well as it will dramatically lose its impact in just a few values of k.
Also
My book uses a large Cup (∪) in some of its notations,
P(A) = P(large cup {s_j) = ∑P(sj)
(Beneath both the cup and the sigma are: sj ∈ A)
Does this mean the sum of the unions? I do not believe this helps the current question, but it is located in the vicinity of Random Experiments in my book.