Question:medium

If dataset $A=\{1,2,3,\ldots,19\}$ and dataset $B=\{ax+b;\,x\in A\}$. If mean of $B$ is $30$ and variance of $B$ is $750$, then sum of possible values of $b$ is

Show Hint

Variance is unaffected by addition of constants but is multiplied by the square of the scaling factor.
Updated On: Jan 27, 2026
Show Solution

Correct Answer: 60

Solution and Explanation

Step 1: Determine mean and variance of dataset A

Given,

A = {1, 2, 3, … , 19}

Mean of an arithmetic sequence:

x̄ = (first term + last term) / 2

x̄ = (1 + 19) / 2 = 10

Variance of the first n natural numbers is given by:

σ2 = (n2 − 1) / 12

σ2 = (192 − 1) / 12 = 30


Step 2: Use linear transformation for dataset B

Dataset B is obtained using the transformation:

B = ax + b

Mean under linear transformation becomes:

Mean(B) = a · Mean(A) + b

Given Mean(B) = 30,

10a + b = 30  ……(1)


Step 3: Apply variance transformation rule

Variance under linear transformation:

σB2 = a2 σA2

Given σB2 = 750,

750 = a2 × 30

a2 = 25

a = 5 or a = −5


Step 4: Find corresponding values of b

Using equation (1):

If a = 5:

b = 30 − 50 = −20

If a = −5:

b = 30 + 50 = 80


Step 5: Required sum

Sum of all possible values of b:

−20 + 80 = 60


Final Answer:

The required sum is
60

Was this answer helpful?
0