
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Find the median of the data set: 5, 2, 8, 3, 7, 9, 1.
Correct Answer: A) 5
Step-by-step Solution: First, sort the data: 1, 2, 3, 5, 7, 8, 9. The number of terms is 7 (odd). The middle term is the 4th term, which is 5.
If Mean = 4 and Median = 5, find the Mode using empirical relation.
Correct Answer: A) 7
Step-by-step Solution: Mode = 3 * Median - 2 * Mean = 3(5) - 2(4) = 15 - 8 = 7.
Sorting the data is the essential first step before computing the Median.