Concept:Use sum and sum-of-squares from given means and variances to find x9 and x10, then compute 3x9+2x10.Explanation:Mean of 10 observations is 5, so total sum: ∑i=110xi=10×5=50.Mean of first 8 observations is 4, so their sum: ∑i=18xi=8×4=32.Subtract: x9+x10=50−32=18.Variance of 10 observations is 7, so 10∑i=110xi2−52=7.Thus ∑i=110xi2=10×(7+25)=320.Variance of first 8 is 3.5, so 8∑i=18xi2−42=3.5.Thus ∑i=18xi2=8×(3.5+16)=156.Subtract: x92+x102=320−156=164.We have x9+x10=18 and x92+x102=164.Square the sum: (x9+x10)2=324 gives x92+x102+2x9x10=324.Substitute x92+x102=164 to get 164+2x9x10=324, so x9x10=80.Now solve t2−18t+80=0: roots are 8 and 10.Given x9<x10, we have x9=8, x10=10.Finally, 3x9+2x10=3(8)+2(10)=44.Answer:44