document.write( "Question 1201889: Two data sets have the same range, can you assume the interquartile ranges are about the same? Please include an example to justify your answer.
\n" );
document.write( "Also, I'm sorry I don't know what the topic would be \"( \n" );
document.write( "
Algebra.Com's Answer #836449 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Consider this seven element list \n" ); document.write( "{1,2,3,4,5,6,7}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The median is 4 because it's the middle most value. \n" ); document.write( "This can be seen fairly quickly, or we could cross off the first and last terms (1 and 7) to get {2,3,4,5,6} \n" ); document.write( "Then repeat again to get {3,4,5} and at this point it's more clear 4 is at the very middle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What's another way to find the median? \n" ); document.write( "We have n = 7 items. \n" ); document.write( "The midpoint is at slot 4 because (n+1)/2 = (7+1)/2 = 8/2 = 4 \n" ); document.write( "Or you could say n/2 = 7/2 = 3.5 which rounds to 4. \n" ); document.write( "Either formula only works when n is odd.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use the median to split the data into two halves \n" ); document.write( "Split the data into a lower set L and upper set U \n" ); document.write( "L = lower set \n" ); document.write( "L = stuff smaller than the median \n" ); document.write( "L = {1,2,3} \n" ); document.write( "U = upper set \n" ); document.write( "U = stuff larger than the median \n" ); document.write( "U = {5,6,7} \n" ); document.write( "The median is not part of either subset.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The median of set L is 2, which is the first quartile Q1. \n" ); document.write( "The median of set U is 6, which is the third quartile Q3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Q1 = 2 \n" ); document.write( "Q3 = 6 \n" ); document.write( "IQR = interquartile range \n" ); document.write( "IQR = Q3 - Q1 \n" ); document.write( "IQR = 6-2 \n" ); document.write( "IQR = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And, \n" ); document.write( "range = max - min \n" ); document.write( "range = 7 - 1 \n" ); document.write( "range = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary: The data set {1,2,3,4,5,6,7} has range = 6 and IQR = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can add some constant to each item of that set to shift things over. \n" ); document.write( "I'll add 10 to each value \n" ); document.write( "{1,2,3,4,5,6,7} turns into {11,12,13,14,15,16,17}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The range is still 6 because max-min = 17-11 = 6 \n" ); document.write( "The IQR is still 4 because Q3 - Q1 = 16-12 = 4 \n" ); document.write( "This demonstrates that shifting the values the same amount won't affect the range, and won't change the IQR either.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But what if we replaced 12 and 16 with say 12.5 and 15.5 respectively? \n" ); document.write( "What if we had {11,12.5,13,14,15,15.5,17} \n" ); document.write( "Again the range is still 6 because max-min = 17-11 = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But the IQR is now different \n" ); document.write( "IQR = Q3 - Q1 = 15.5-12.5 = 3 \n" ); document.write( "The IQR is smaller since I moved Q1 and Q3 closer together. \n" ); document.write( "Earlier we had IQR = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is a box plot, aka box-and-whisker plot, of {11,12,13,14,15,16,17} in blue \n" ); document.write( "Compared to a box plot of {11,12.5,13,14,15,15.5,17} in red. \n" ); document.write( " ![]() \n" ); document.write( "The distance from left whisker (11) to right whisker (17) is the same for both box plots. \n" ); document.write( "That distance is the range 6. \n" ); document.write( "However, the width of the boxes themselves aren't the same. \n" ); document.write( "The red box at the bottom is slightly more skinny compared to the blue box up top. \n" ); document.write( "Q1 = left edge of the box \n" ); document.write( "Q3 = right edge of the box \n" ); document.write( "IQR = Q3 - Q1 = distance from Q1 to Q3 = width of the box (ignore whiskers)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Conclusion: Two data sets having the same range does NOT guarantee the IQR's will be the same. \n" ); document.write( " \n" ); document.write( " |