Correct option is A
Given:
Data: 13, 43, 81, 27, 25, 28, 87, 57, 77, 89, 73;
Required: Median of the data.
Concept Used:
To the median, first arrange the data in ascending order.
If the number of observations is odd, the median is the middle value.
Solution:
Arrange the data in ascending order:
13, 25, 27, 28, 43, 57, 73, 77, 81, 87, 89
Since there are 11 numbers (odd), the median is the middle number, which is the 6th number
The 6th number in the ordered list is 57

