Problem 6
Question
The value of \(C\) for which \(P(X=k)=C k^{2}\) can serve as the probability function of a random variable \(X\) that takes \(0,1,2,3,4\) is [EAMCET-1994] (a) \(1 / 30\) (b) \(1 / 10\) (c) \(1 / 3\) (d) \(1 / 15\) (a) \(\sum_{k=0}^{4} P(X=k)=1 \Rightarrow \sum_{k=0}^{4} C_{k}^{2}=1\) \(\Rightarrow C\left(1^{2}+2^{2}+3^{2}+4^{2}\right)=1\) \(\Rightarrow C=\frac{1}{20}\)Solution (b) Here mean \(=n p\) and variance \(=n p q\) $$ \begin{gathered} \therefore \frac{P(X=k)}{P(X=k-1)}=\frac{{ }^{n} C_{k}(p)^{k}(q)^{n-k}}{{ }^{n} C_{k-1}(p)^{k-1}(q)^{n-k-1}}=\frac{{ }^{n} C_{k}}{{ }^{n} C_{k-1}} \times \frac{p}{q} \\ \quad \therefore \frac{P(X=k)}{P(X=k-1)}=\frac{n-k+1}{k} \times \frac{p}{q} \end{gathered} $$ 7\. Two cards are drawn successively with replacement from a well-shuffled deck of 52 cards then the mean of the number of aces is (a) \(1 / 13\) (b) \(3 / 13\) (c) \(2 / 13\) (d) None of these Solution (c) Let \(X\) denote a random variable which is the number of aces. Clearly, \(X\) takes values 1,2 . $$ \begin{aligned} &\therefore p=\frac{4}{52}=\frac{1}{13}, q=1-\frac{1}{13}=\frac{12}{13} \\ &P(X=1)=2 \times\left(\frac{1}{13}\right)\left(\frac{12}{13}\right)=\frac{24}{169} \\ &P(X=2)=2 \times\left(\frac{1}{13}\right)^{2}\left(\frac{12}{13}\right)^{0}=\frac{1}{169} \\\ &\text { Mean }=\sum P_{i} X_{i}=\frac{24}{169}+\frac{2}{169}=\frac{26}{169}=\frac{2}{13} \end{aligned} $$
Step-by-Step Solution
VerifiedKey Concepts
Random Variable
Here's an easy way to understand it:
- Random variables are often denoted by letters like X or Y.
- They can be discrete (taking specific values like 0, 1, 2...) or continuous (any value in a range like 1.5, 2.8...).
- Every outcome has a probability linked to it. For example, in a dice roll, the random variable representing the number rolled can be 1, 2, ..., 6, each with a probability of 1/6.
Binomial Distribution
Here are the key features:
- It has two parameters: the number of trials (n) and the probability of success in a single trial (p).
- Each trial must be independent, meaning the outcome of one trial doesn't affect another.
- The outcomes of a binomial distribution are discrete, like flipping a coin where outcomes could be 0 heads, 1 head, etc.
Mean of Random Variable
Here's how you can interpret the mean:
- For discrete random variables, the mean is calculated by summing up the products of each value of the variable and its probability. Mathematically, this is expressed as \(E(X) = \sum x_i P(x_i)\), where \(x_i\) are the values and \(P(x_i)\) their probabilities.
- In a binomial distribution, the mean can be found using the formula \(E(X) = np\), where \(n\) is the number of trials and \(p\) the probability of success in each trial.
- The mean provides insight into the "center" of the distribution, offering a prediction of outcomes over numerous trials.