Correct option is A
Given:
We are given the following observations in ascending order:
6,9,15,x+4,x+8,x+12,30,32
Median = 19
Formula Used:
Median =
2Term2n+Term2n+1
Where:
Term2n=2n -th term in the sorted dataset.
Term2n+1 = Next term after
2n - th term
Solution:
The total number of observations is 8, as there are 8 values in the list.
For an even number of observations, the median is the average of the two middle values.
Since there are 8 observations, the two middle values are in positions 4 and 5.
The data is ordered as:
6,9,15,x+4,x+8,x+12,30,32
Thus, the values in positions 4 and 5 are x+4 and x+8.
The median is the average of the two middle values:
Median=21((x+4)+(x+8))
2((x+4)+(x+8))=19
22x+12=19
2x+12=38
2x=26
x=13
Thus, the value of xxx is 13.