What is the mean of the distribution?
Consider the following for the next two (02) items that follow : <table> <thead><tr><th>x_i</th><th>1</th><th>2</th><th>3</th><th>...</th><th>n</th></tr></thead> <tbody> <tr><td>f_i</td><td>1</td><td>2^{-1}</td><td>2^{-2}</td><td>...</td><td>2^{-(n-1)}</td></tr> </tbody> </table>
- A. \frac{2^{n+1}-n+2}{2^{n}-1}
- B. \frac{2^{n+1}-n-2}{2^{n-1}}
- C. \frac{2^{n+1}-n-2}{2^{n}-1} ✓
- D. \frac{2^{n+1}-n+2}{2^{n}}
Correct Answer: C. \frac{2^{n+1}-n-2}{2^{n}-1}
Explanation
The mean is given by \frac{\sum x_i f_i}{\sum f_i}. We found \sum x_i f_i = \frac{2^{n+1} - n - 2}{2^{n-1}}. The sum of frequencies is a Geometric Progression: \sum f_i = 1 + \frac{1}{2} + \frac{1}{4} + \dots + \frac{1}{2^{n-1}} = \frac{1(1 - (1/2)^n)}{1 - 1/2} = 2(1 - \frac{1}{2^n}) = \frac{2^{n+1}-2}{2^n} = \frac{2^n-1}{2^{n-1}}. Dividing the two gives Mean = \frac{\frac{2^{n+1} - n - 2}{2^{n-1}}}{\frac{2^n-1}{2^{n-1}}} = \frac{2^{n+1}-n-2}{2^n-1}.
Related questions on Statistics & Probability
- Let x be the mean of squares of first n natural numbers and y be the square of mean of first n natural numbers. If $\frac{x}{y}=\fra...
- What is the probability of getting a composite number in the list of natural numbers from 1 to 50?
- Two numbers x and y are chosen at random from a set of first 10 natural numbers. What is the probability that (x+y) is divisible by 4?
- A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies $x+\frac{1}{x} \gt...
- Three fair dice are tossed once. What is the probability that they show different numbers that are in AP?