 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Which of the following distributions of probabilities of a random variable X are the probability distributions?X:012P(X):0.60.40.2 | ||||||||
| Answer» The key point to solve the problem: A given distribution of probabilities of a random variable X is said to be probability distribution if the sum of probabilities associated with each random variable is equal to 1 i.e. ∑(pi) = 1 Given distribution is : 
 Clearly, Sum of probabilities = P(X = 0) + P(X = 1) + P(X = 2) = 0.6 + 0.4 + 0.2 = 1.2 ≠ 1 ∴ The given distribution is not a probability distribution. | |||||||||