Advertisements
Advertisements
Question
Find the median of first 10 prime numbers.
Sum
Advertisements
Solution
Given: First 10 prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
Step-wise calculation: n = 10 (even). For even n, the median is the average of the `(n/2)`th and `(n/2 + 1)`th observations; this is the standard rule for median.
`n/2 = 5`, so take the 5th and 6th primes.
5th prime = 11, 6th prime = 13
Median = `(11 + 13)/2`
= `24/2`
= 12
shaalaa.com
Is there an error in this question or solution?
