Skip to main content
Back to Statistics & Probability
JEE Main 2024
Statistics & Probability
Statistics
Hard

Question

Consider 10 observations x1,x2,,x10x_1, x_2, \ldots, x_{10} such that i=110(xiα)=2\sum\limits_{i=1}^{10}\left(x_i-\alpha\right)=2 and i=110(xiβ)2=40\sum\limits_{i=1}^{10}\left(x_i-\beta\right)^2=40, where α,β\alpha, \beta are positive integers. Let the mean and the variance of the observations be 65\frac{6}{5} and 8425\frac{84}{25} respectively. Then βα\frac{\beta}{\alpha} is equal to :

Options

Solution

Key Concepts and Formulas

For a set of NN observations x1,x2,,xNx_1, x_2, \ldots, x_N:

  • Mean (xˉ\bar{x}): The average value of the observations, a measure of central tendency. xˉ=i=1NxiN    i=1Nxi=Nxˉ\bar{x} = \frac{\sum_{i=1}^{N} x_i}{N} \implies \sum_{i=1}^{N} x_i = N\bar{x}
  • Variance (σ2\sigma^2): A measure of the spread of data points around their mean. The computational formula is often more convenient: σ2=i=1Nxi2N(xˉ)2    i=1Nxi2=N(σ2+xˉ2)\sigma^2 = \frac{\sum_{i=1}^{N} x_i^2}{N} - (\bar{x})^2 \implies \sum_{i=1}^{N} x_i^2 = N(\sigma^2 + \bar{x}^2)
  • Properties of Summation:
    • i=1N(ai±bi)=i=1Nai±i=1Nbi\sum_{i=1}^{N} (a_i \pm b_i) = \sum_{i=1}^{N} a_i \pm \sum_{i=1}^{N} b_i
    • i=1Nc=Nc\sum_{i=1}^{N} c = Nc, where cc is a constant.
    • i=1Ncai=ci=1Nai\sum_{i=1}^{N} c \cdot a_i = c \cdot \sum_{i=1}^{N} a_i, where cc is a constant.

Step-by-Step Solution

We are given N=10N=10 observations, with mean xˉ=65\bar{x} = \frac{6}{5} and variance σ2=8425\sigma^2 = \frac{84}{25}. We also have two summation equations and the constraint that α,β\alpha, \beta are positive integers. Our goal is to find βα\frac{\beta}{\alpha}.

Part 1: Determining the Value of α\alpha

We will use the first given summation: i=110(xiα)=2\sum_{i=1}^{10}\left(x_i-\alpha\right)=2.

Step 1: Expand the summation.

  • What we are doing: Applying the linearity property of summation to separate the terms involving xix_i and α\alpha.
  • Why we are doing it: This allows us to express xi\sum x_i separately, which can then be related to the given mean. i=110xii=110α=2\sum_{i=1}^{10} x_i - \sum_{i=1}^{10} \alpha = 2 Since α\alpha is a constant, i=110α=10α\sum_{i=1}^{10} \alpha = 10\alpha: i=110xi10α=2\sum_{i=1}^{10} x_i - 10\alpha = 2

Step 2: Substitute xi\sum x_i using the mean formula.

  • What we are doing: Replacing xi\sum x_i with its equivalent expression in terms of the mean and number of observations.
  • Why we are doing it: We are given the mean xˉ\bar{x} and N=10N=10, so this substitution introduces these known values into the equation, making it solvable for α\alpha. Recall i=1Nxi=Nxˉ\sum_{i=1}^{N} x_i = N\bar{x}. For N=10N=10 and xˉ=65\bar{x}=\frac{6}{5}: i=110xi=10×65=12\sum_{i=1}^{10} x_i = 10 \times \frac{6}{5} = 12 Substitute this into the equation from Step 1: 1210α=212 - 10\alpha = 2

Step 3: Solve for α\alpha.

  • What we are doing: Performing algebraic manipulation to isolate and find the numerical value of α\alpha.
  • Why we are doing it: This is the final step to determine α\alpha. 10α=12210\alpha = 12 - 2 10α=1010\alpha = 10 α=1\alpha = 1
  • Check: The problem states that α\alpha must be a positive integer. Our calculated value α=1\alpha=1 satisfies this condition.

Part 2: Determining the Value of β\beta

We will use the second given summation: i=110(xiβ)2=40\sum_{i=1}^{10}\left(x_i-\beta\right)^2=40.

Step 1: Expand the squared term inside the summation.

  • What we are doing: Using the algebraic identity (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2 to expand (xiβ)2(x_i-\beta)^2.
  • Why we are doing it: This breaks down the complex term into simpler components (xi2x_i^2, xix_i, and constants) that can be individually managed by summation properties and related to mean and variance formulas. i=110(xi22xiβ+β2)=40\sum_{i=1}^{10}\left(x_i^2 - 2x_i\beta + \beta^2\right)=40

Step 2: Distribute the summation operator and simplify.

  • What we are doing: Applying the linearity of summation and pulling out constants from the summation.
  • Why we are doing it: This prepares the equation for later substitution of xi2\sum x_i^2 and xi\sum x_i with their numerical values. i=110xi2i=110(2xiβ)+i=110β2=40\sum_{i=1}^{10} x_i^2 - \sum_{i=1}^{10} (2x_i\beta) + \sum_{i=1}^{10} \beta^2 = 40 i=110xi22βi=110xi+10β2=40\sum_{i=1}^{10} x_i^2 - 2\beta \sum_{i=1}^{10} x_i + 10\beta^2 = 40

Step 3: Calculate xi\sum x_i and xi2\sum x_i^2 using the given mean and variance.

  • What we are doing: Using the derived formulas for xi\sum x_i and xi2\sum x_i^2 from the Key Concepts section.
  • Why we are doing it: The expanded equation from Step 2 contains these sums, and we need their numerical values to solve for β\beta. We already found i=110xi=12\sum_{i=1}^{10} x_i = 12 in Part 1, Step 2. Now, let's find i=110xi2\sum_{i=1}^{10} x_i^2 using the variance formula: i=1Nxi2=N(σ2+xˉ2)\sum_{i=1}^{N} x_i^2 = N(\sigma^2 + \bar{x}^2) Substitute N=10N=10, σ2=8425\sigma^2=\frac{84}{25}, and xˉ=65\bar{x}=\frac{6}{5}: i=110xi2=10(8425+(65)2)\sum_{i=1}^{10} x_i^2 = 10\left(\frac{84}{25} + \left(\frac{6}{5}\right)^2\right) i=110xi2=10(8425+3625)\sum_{i=1}^{10} x_i^2 = 10\left(\frac{84}{25} + \frac{36}{25}\right) i=110xi2=10(84+3625)\sum_{i=1}^{10} x_i^2 = 10\left(\frac{84+36}{25}\right) i=110xi2=10(12025)=120025=48\sum_{i=1}^{10} x_i^2 = 10\left(\frac{120}{25}\right) = \frac{1200}{25} = 48

Step 4: Substitute these values back into the equation from Step 2.

  • What we are doing: Replacing xi2\sum x_i^2 and xi\sum x_i with their calculated numerical values.
  • Why we are doing it: This transforms the equation into a quadratic equation solely in terms of β\beta, which we can then solve. The equation from Step 2 was: i=110xi22βi=110xi+10β2=40\sum_{i=1}^{10} x_i^2 - 2\beta \sum_{i=1}^{10} x_i + 10\beta^2 = 40 Substitute xi2=48\sum x_i^2 = 48 and xi=12\sum x_i = 12: 482β(12)+10β2=4048 - 2\beta(12) + 10\beta^2 = 40 4824β+10β2=4048 - 24\beta + 10\beta^2 = 40

Step 5: Solve the resulting quadratic equation for β\beta.

  • What we are doing: Rearranging the equation into standard quadratic form and solving for β\beta.
  • Why we are doing it: This is the final algebraic step to find the numerical value(s) of β\beta. Rearrange the equation: 10β224β+4840=010\beta^2 - 24\beta + 48 - 40 = 0 10β224β+8=010\beta^2 - 24\beta + 8 = 0 Divide the entire equation by 2 to simplify: 5β212β+4=05\beta^2 - 12\beta + 4 = 0 We can solve this quadratic equation by factoring: 5β210β2β+4=05\beta^2 - 10\beta - 2\beta + 4 = 0 5β(β2)2(β2)=05\beta(\beta - 2) - 2(\beta - 2) = 0 (5β2)(β2)=0(5\beta - 2)(\beta - 2) = 0 This yields two possible values for β\beta: 5β2=0    β=255\beta - 2 = 0 \implies \beta = \frac{2}{5} β2=0    β=2\beta - 2 = 0 \implies \beta = 2
  • Check: The problem states that β\beta must be a positive integer. Out of the two solutions, β=25\beta = \frac{2}{5} is not an integer, but β=2\beta = 2 is a positive integer. Therefore, we choose β=2\beta = 2.

Part 3: Calculating the Ratio βα\frac{\beta}{\alpha}

  • What we are doing: Substituting the determined values of α\alpha and β\beta into the required ratio.
  • Why we are doing it: This is the final step to answer the problem question. We found α=1\alpha = 1 and β=2\beta = 2. βα=21=2\frac{\beta}{\alpha} = \frac{2}{1} = 2

Common Mistakes & Tips

  • Summation Properties: Be meticulous when expanding summations. Remember that i=1Nc=Nc\sum_{i=1}^{N} c = Nc and i=1Ncxi=ci=1Nxi\sum_{i=1}^{N} c \cdot x_i = c \cdot \sum_{i=1}^{N} x_i.
  • Variance Formulas: Always have the computational form of variance (σ2=xi2Nxˉ2\sigma^2 = \frac{\sum x_i^2}{N} - \bar{x}^2) readily available, as it's frequently used in such problems.
  • Algebraic Precision: Handle fractions and quadratic equations carefully to avoid calculation errors.
  • Constraints: Do not forget to apply any given constraints (e.g., α,β\alpha, \beta being positive integers). These are crucial for selecting the correct solution from multiple possibilities.

Summary

This problem effectively tests the fundamental definitions and computational formulas for mean and variance, along with algebraic manipulation of summations. We first determined α\alpha by expanding the first summation and substituting the given mean. Then, we found β\beta by expanding the second summation, calculating xi2\sum x_i^2 using the variance formula, and solving the resulting quadratic equation. Finally, we used the constraint that α\alpha and β\beta are positive integers to select the correct values, leading to α=1\alpha=1 and β=2\beta=2. The ratio βα\frac{\beta}{\alpha} was then calculated.

The final answer is 2\boxed{2}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions