60
Chat with our AI personalities
48
48
Arrange the numbers in smallest to largest order (e.g 1,3,5,7,9). Then get the middle number (e.g 5) and that is the median.If there is an even number of numbers (e.g 2,4,6,8) than take the middle two, add together and divide by two. (e.g 4+6 = 10; 10/2 = 5; median = 5).
120
The idea is to sort the numbers, from smallest to largest, then pick the number in the middle.