All Exams Test series for 1 year @ ₹349 only
Question

If X̅ = 20 is the mean of 10 observations x1, x2, ... x10; then what is the value of \(\displaystyle \sum_{i=1}^{10}\left(\frac{3 x_i-4}{5}\right) ?\) ?

This question was previously asked in
NDA I 2023 GAT Previous Year Paper (16-Apr-2023)
The correct answer is

112

The problem provides the mean of 10 observations and asks for the value of a specific summation involving a linear transformation of these observations. We need to use the properties of summation and the definition of the mean to solve this statistics problem.

Understanding the Given Information

We are given:

  • The number of observations, \(n = 10\).
  • The observations are \(x_1, x_2, \ldots, x_{10}\).
  • The mean of these 10 observations is \(\bar{X} = 20\).

Relating Mean and Summation

The mean (\(\bar{X}\)) of a set of observations is defined as the sum of the observations divided by the number of observations. Mathematically, for 10 observations, this is:

\(\bar{X} = \frac{\sum_{i=1}^{10} x_i}{10}\)

We are given \(\bar{X} = 20\), so we can write:

\(20 = \frac{\sum_{i=1}^{10} x_i}{10}\)

To find the sum of the observations (\(\sum_{i=1}^{10} x_i\)), we can multiply both sides by 10:

\(\sum_{i=1}^{10} x_i = 20 \times 10 = 200\)

So, the sum of the original 10 observations is 200.

Evaluating the Required Summation

We need to find the value of the following summation:

\(\sum_{i=1}^{10}\left(\frac{3 x_i-4}{5}\right)\)

This expression involves a linear transformation of each observation \(x_i\), specifically \(y_i = \frac{3 x_i - 4}{5}\). We can use the properties of summation to simplify this expression. The summation of a linear transformation \(ax_i + b\) can be written as \(a \sum x_i + \sum b\).

Let's rewrite the expression inside the summation:

\(\frac{3 x_i-4}{5} = \frac{3}{5} x_i - \frac{4}{5}\)

Now, apply the summation property:

\(\sum_{i=1}^{10}\left(\frac{3}{5} x_i - \frac{4}{5}\right) = \sum_{i=1}^{10}\left(\frac{3}{5} x_i\right) + \sum_{i=1}^{10}\left(-\frac{4}{5}\right)\)

The property \(\sum (ax_i) = a \sum x_i\) allows us to pull the constant \(\frac{3}{5}\) out of the first summation:

\(= \frac{3}{5} \sum_{i=1}^{10} x_i + \sum_{i=1}^{10}\left(-\frac{4}{5}\right)\)

The sum of a constant over \(n\) terms is simply \(n\) times the constant. Here, the constant is \(-\frac{4}{5}\) and the number of terms is 10:

\(\sum_{i=1}^{10}\left(-\frac{4}{5}\right) = 10 \times \left(-\frac{4}{5}\right) = -\frac{40}{5} = -8\)

Now substitute this back into the expression, along with the sum of \(x_i\) we calculated earlier (\(\sum_{i=1}^{10} x_i = 200\)):

\(= \frac{3}{5} \times (200) + (-8)\)

Perform the multiplication:

\(= 3 \times \left(\frac{200}{5}\right) - 8\)

\(= 3 \times 40 - 8\)

\(= 120 - 8\)

\(= 112\)

Conclusion

The value of the given summation \(\displaystyle \sum_{i=1}^{10}\left(\frac{3 x_i-4}{5}\right)\) is 112.

Summary of Steps
Step Description Calculation
1 Find the sum of observations (\(\sum x_i\)) using the given mean. \(\sum_{i=1}^{10} x_i = \bar{X} \times n = 20 \times 10 = 200\)
2 Rewrite the expression inside the summation. \(\frac{3 x_i-4}{5} = \frac{3}{5} x_i - \frac{4}{5}\)
3 Apply summation properties. \(\sum_{i=1}^{10}\left(\frac{3}{5} x_i - \frac{4}{5}\right) = \frac{3}{5}\sum x_i + \sum \left(-\frac{4}{5}\right)\)
4 Calculate the sum of the constant term. \(\sum_{i=1}^{10}\left(-\frac{4}{5}\right) = 10 \times \left(-\frac{4}{5}\right) = -8\)
5 Substitute values and compute. \(\frac{3}{5} \times 200 - 8 = 120 - 8 = 112\)

Revision Table: Key Concepts

Statistics Concepts for Summation Problems
Concept Definition/Formula
Mean (\(\bar{X}\)) Sum of observations divided by the number of observations: \(\bar{X} = \frac{\sum x_i}{n}\)
Summation (\(\sum\)) Operator representing the sum of a sequence of terms.
Summation Property (Linearity) \(\sum_{i=1}^{n} (a x_i + b) = a \sum_{i=1}^{n} x_i + \sum_{i=1}^{n} b\)
Sum of a Constant \(\sum_{i=1}^{n} c = n \times c\)

Additional Information: Linear Transformation of Data

When a dataset \(x_1, x_2, \ldots, x_n\) is transformed linearly to \(y_i = ax_i + b\), the sum of the transformed data is related to the sum of the original data and the constants \(a\) and \(b\). This is exactly what we used in this problem:

\(\sum_{i=1}^{n} y_i = \sum_{i=1}^{n} (ax_i + b) = a \sum_{i=1}^{n} x_i + nb\)

This property is very useful in statistics, especially when dealing with changes in scale and origin of data. For example, if you convert temperatures from Celsius to Fahrenheit, you are performing a linear transformation, and this property helps relate the sum (or mean) of temperatures in one scale to the sum (or mean) in the other scale.

The mean of the transformed data (\(\bar{Y}\)) is also linearly related to the mean of the original data (\(\bar{X}\)):

\(\bar{Y} = \frac{\sum y_i}{n} = \frac{a \sum x_i + nb}{n} = \frac{a \sum x_i}{n} + \frac{nb}{n} = a \bar{X} + b\)

In our specific problem, the transformation is \(y_i = \frac{3}{5} x_i - \frac{4}{5}\), with \(a = \frac{3}{5}\) and \(b = -\frac{4}{5}\). The mean of the transformed data would be:

\(\bar{Y} = \frac{3}{5} \bar{X} - \frac{4}{5} = \frac{3}{5}(20) - \frac{4}{5} = 12 - 0.8 = 11.2\)

The sum we calculated (\(112\)) is actually \(n \times \bar{Y} = 10 \times 11.2 = 112\), which confirms our result using the property for the mean of transformed data as well.

Was this answer helpful?

Similar Questions

  1. What is mean deviation about the median ?

  2. The observations 4, 1, 4, 3, 6, 2, 1, 3, 4, 5, 1, 6 are outputs of 12 dices thrown simultaneously. If m and M are means of lowest 8 observations and highest 4 observations respectively, then what is (2m + M) equal to ?  

  3. The frequency curve (assuming unimodal) corresponding to the data obtained in an experiment is skewed to the left. What conclusion can be drawn from the curve ?

  4. What is the mean of the marks ?

  5. What is the median of the marks?

  6. What is the sum of the deviations measured from the median?

  7. If the frequency of each class is doubled, then what would be the mean?

  8. What is the value of p ?

  9. What is the value of q ?

  10. 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{\text{x}}{\text{y}} = \frac{55}{42}\) , then what is the value of n ?

Important Questions from Measures of Central Tendency

  1. What is mean deviation about the median ?

  2. The mode and median of a data is 26.7 and 71, respectively. What is the mean of the data? (Use empirical formula.)

  3. Study the given table and answer the question that follows. The given table depicts the percentage of marks scored by Mary and Perul in History and Physics (out of 75 each).

                        Name                                         History                                       Physics                       

    Mary

    60

    64

    Perul

    54

    70

    How many marks did Mary score in History?

  4. The average of eight numbers is 14. The average of six of these numbers is 16. The average of the remaining two numbers is:

  5. The value of

    (1 + cot²θ)(1 + cosθ)(1 - cosθ) - (1 - sinθ)(1 + sinθ)(1 + tan²θ) is: (θ lies in the first quadrant)

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
658 Attempts
4.7(120)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App