Respuesta :
Answer:
5
Explanation:
given:
6, 4, 1, 9, 3, 8, 3, 5, 10
so let's sort it first:
1, 3, 3, 4, 5, 6, 8, 9, 10
the Median is the middle of a sorted list of numbers, and it's 5 in this case
(It doesn't matter that some numbers are repeated in the list)