Concept:Use mean and variance to find the two missing observations. Then arrange all data, find median, and compute mean deviation about median.Explanation:Let the missing observations be x and y.Given mean =9:102+3+5+10+11+13+15+21+x+y​=980+x+y=90⇒x+y=10Given variance =34.2:10∑xi2​​−92=34.2Squares of given: 4+9+25+100+121+169+225+441=1094.So 101094+x2+y2​=115.2⇒1094+x2+y2=1152⇒x2+y2=58Solve x+y=10 and x2+y2=58.Use (x−y)2=2(x2+y2)−(x+y)2=2(58)−100=16⇒x−y=4.Adding: 2x=14⇒x=7, then y=3.All 10 observations in ascending order: 2,3,3,5,7,10,11,13,15,21.For n=10, median is average of 5th and 6th terms: (7+10)/2=8.5.Mean deviation about median:10∑∣xi​−8.5∣​=10∣2−8.5∣+∣3−8.5∣+∣3−8.5∣+∣5−8.5∣+∣7−8.5∣+∣10−8.5∣+∣11−8.5∣+∣13−8.5∣+∣15−8.5∣+∣21−8.5∣​=106.5+5.5+5.5+3.5+1.5+1.5+2.5+4.5+6.5+12.5​=1050​=5.Answer:Mean deviation about median =5. Hence option C is correct.