Concept:For a linear transformation Y=aX+b, the mean of Y is aμX+b and the variance of Y is a2σX2. Here we use the given data to set up equations in a and b.Formula:Mean: Yˉ=n1∑i=1n(axi+b)=axˉ+bVariance: σY2=n1∑i=1n(axi+b)2−(Yˉ)2=a2σX2Sum of first n natural numbers: S=2n(n+1)Sum of squares: S2=6n(n+1)(2n+1)Solution:X={1,2,…,19}, so n=19.Sum of X: ∑x=219⋅20=190Sum of squares: ∑x2=619⋅20⋅39=2470Given mean of Y is 30:191∑(ax+b)=30⇒a(190)+19b=570⇒10a+b=30⇒a=1030−b …(1)Given variance of Y is 750:191∑(ax+b)2−(30)2=750⇒191(a2∑x2+19b2+2ab∑x)=750+900=1650⇒a2⋅2470+19b2+2ab⋅190=19⋅1650Divide by 19: 130a2+b2+20ab=1650 …(2)Substitute a from (1) into (2):130(1030−b)2+b2+20b(1030−b)=1650⇒130⋅100(30−b)2+b2+2b(30−b)=1650⇒1.3(900−60b+b2)+b2+60b−2b2=1650⇒1170−78b+1.3b2+b2+60b−2b2=1650⇒(1170)+(−18b)+(0.3b2)=1650Multiply by 10: 11700−180b+3b2=16500⇒3b2−180b−4800=0⇒b2−60b−1600=0The sum of possible values of b equals the sum of roots of this quadratic:b1+b2=−coefficient of b2coefficient of b=−1(−60)=60Answer:60, which corresponds to option D.