Find the median, upper and lower quartiles of these numbers: 160, 390, 169, 175, 125, 420, 171, 250, 210, 258, 186, 243
Order the data:125, 160, 169, 171, 175, 186, 210, 243, 250, 258, 390, 420Find middle observation:[125, 160, 169, 171, 175, 186] | [210, 243, 250, 258, 390, 420]Median = (186 + 210)/2 = 198Find middle observa...