InterviewSolution
Saved Bookmarks
| 1. |
The random variable X has a probability distribution P(X) of the following form, where k is some number. Find P(X lt 2) P(x)={k, if x=0 ""2k, if x=1 ""3k if x=2 "" 0, otherwise} |
|
Answer» <P> SOLUTION :`P(XLT2)`=P(X=0 or 1)=P(0)+P(1) =k+2k =3k=3/6=1/2 |
|