/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 64 The National Association of Real... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

The National Association of Realtors reported the median home price in the United States and the increase in median home price over a five-year period (The Wall Street Journal, January 16,2006 ). Use the sample home prices shown here to answer the following questions. \\[ \begin{array}{llllll} 995.9 & 48.8 & 175.0 & 263.5 & 298.0 & 218.9 & 209.0 \\ 628.3 & 111.0 & 212.9 & 92.6 & 2325.0 & 958.0 & 212.5 \end{array} \\] a. What is the sample median home price? b. In January 2001 , the National Association of Realtors reported a median home price of \(\$ 139,300\) in the United States. What was the percentage increase in the median home price over the five-year period? c. What are the first quartile and the third quartile for the sample data? d. Provide a five-number summary for the home prices. e. Do the data contain any outliers? f. What is the mean home price for the sample? Why does the National Association of Realtors prefer to use the median home price in its reports?

Short Answer

Expert verified
a) Median = $215.9; b) 55.0% increase; c) Q1 = $175.0, Q3 = $628.3; d) 48.8, 175.0, 215.9, 628.3, 2325.0; e) 2325.0 is an outlier; f) Mean = $492.2. Median is preferred due to skew from outliers.

Step by step solution

01

Organize and Sort the Sample Data

First, let's organize and sort the home prices in ascending order: \[\begin{array}{cccccccc} 48.8 & 92.6 & 111.0 & 175.0 & 209.0 & 212.5 & 212.9 & 218.9 & 263.5 & 298.0 & 628.3 & 958.0 & 995.9 & 2325.0 \end{array}\]
02

Calculate the Median Home Price

The median is the middle value of a sorted list. With 14 data points, the median is the average of the 7th and 8th values: \( \text{Median} = \frac{212.9 + 218.9}{2} = 215.9 \).
03

Compute the Percentage Increase

To find the percentage increase from 2001 to 2006: \[ \text{Percentage Increase} = \frac{215.9 - 139.3}{139.3} \times 100 \approx 55.0\% \].
04

Determine the First and Third Quartiles

For 14 data points, the first quartile (Q1) is the 3.75th value, approximated by the 4th value: 175.0. The third quartile (Q3) is the 10.25th value, approximated by the 11th value: 628.3. Hence, \( Q1 = 175.0 \), \( Q3 = 628.3 \).
05

Construct a Five-Number Summary

A five-number summary consists of the minimum, Q1, median, Q3, and maximum: \(48.8, 175.0, 215.9, 628.3, 2325.0\).
06

Identify Outliers using IQR

Calculate the interquartile range (IQR): \( \text{IQR} = 628.3 - 175.0 = 453.3 \). Any data point below \(Q1 - 1.5 \times \text{IQR} = 175.0 - 679.95 = -504.95\) or above \(Q3 + 1.5 \times \text{IQR} = 628.3 + 679.95 = 1308.25\) is an outlier. So, 2325.0 is an outlier.
07

Calculate the Mean Home Price

Add all the home prices and divide by 14: \( \frac{995.9 + 48.8 + 175.0 + 263.5 + 298.0 + 218.9 + 209.0 + 628.3 + 111.0 + 212.9 + 92.6 + 2325.0 + 958.0 + 212.5}{14} = 492.2 \).
08

Discuss Preference of Median over Mean

The National Association of Realtors prefers to use the median because it is not influenced by extremely high or low values (outliers), providing a better central tendency measure. The mean is skewed by outliers like 2325.0.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Median
In descriptive statistics, the median is an essential measure of central tendency. Unlike the mean, which sums all values and divides by the number of observations, the median represents the middle point in a dataset. To find the median, you need to arrange the data in ascending order. Once sorted, the middle value is the median. If the dataset has an even number of observations, as in the exercise above with 14 data points, the median is the average of the middle two numbers.
The calculation, in this case, involves the values 212.9 and 218.9. Therefore, the median home price is given by \[ \text{Median} = \frac{212.9 + 218.9}{2} = 215.9 \]
Using the median rather than the mean is often preferred by organizations like the National Association of Realtors because it provides a more accurate representation of the data's center, especially in the presence of outliers.
Outliers
Outliers are data points that differ significantly from other observations. They can distort statistical computations like the mean, hence why understanding and identifying them is crucial. In this exercise, we identify outliers by using the Interquartile Range (IQR) method.
First, calculate IQR by subtracting the first quartile (Q1) from the third quartile (Q3). For our dataset: \[ \text{IQR} = Q3 - Q1 = 628.3 - 175.0 = 453.3\]
Any data point less than \(Q1 - 1.5 \times \text{IQR}\) or more than \(Q3 + 1.5 \times \text{IQR}\) is an outlier. In the example, the calculation shows that a home price of 2325 is an outlier because it is above 1308.25.
Detecting outliers allows analysts to decide whether these points are errors or unusual features of the data that might require special consideration or exclusion from certain analyses.
Five-number summary
A five-number summary provides a quick snapshot of a dataset's distribution. It summarizes data with five key statistics: the minimum, first quartile (Q1), median, third quartile (Q3), and maximum.
For the home prices in the exercise, the five-number summary is as follows:
  • Minimum: 48.8
  • First Quartile (Q1): 175.0
  • Median: 215.9
  • Third Quartile (Q3): 628.3
  • Maximum: 2325.0

This summary highlights the spread and central tendency in data, useful for understanding overall trends and identifying outliers. Additionally, it is a standard foundation for creating box plots, providing a visual representation of the dataset's variability.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

The days to maturity for a sample of five money market funds are shown here. The dollar amounts invested in the funds are provided. Use the weighted mean to determine the mean number of days to maturity for dollars invested in these five money market funds. $$\begin{array}{cc} \text { Days to } & \text { Dollar Value } \\ \text { Maturity } & \text { (\$ millions) } \\ 20 & 20 \\ 12 & 30 \\ 7 & 10 \\ 5 & 15 \\ 6 & 10 \end{array}$$

The cost of consumer purchases such as housing, gasoline, Internet services, tax preparation, and hospitalization were provided in The Wall Street Journal, January 2, 2007. Sample data typical of the cost of tax-return preparation by services such as H\&R Block are shown here. \\[\begin{array}{lllll}120 & 230 & 110 & 115 & 160 \\ 130 & 150 & 105 & 195 & 155 \\ 105 & 360 & 120 & 120 & 140 \\\100 & 115 & 180 & 235 & 255\end{array}\\] a. Compute the mean, median, and mode. b. Compute the first and third quartiles. c. Compute and interpret the 90 th percentile.

Consider a sample with data values of \(10,20,12,17,\) and \(16 .\) Compute the range and interquartile range.

A sample of 10 NCAA college basketball game scores provided the following data \((U S A\) Today, January 26,2004 ). $$\begin{array}{lclcr} & & & & \text { Winning } \\ \text { Winning Team } & \text { Points } & \text { Losing Team } & \text { Points } & \text { Margin } \\ \text { Arizona } & 90 & \text { Oregon } & 66 & 24 \\ \text { Duke } & 85 & \text { Georgetown } & 66 & 19 \\ \text { Florida State } & 75 & \text { Wake Forest } & 70 & 5 \\ \text { Kansas } & 78 & \text { Colorado } & 57 & 21 \\ \text { Kentucky } & 71 & \text { Notre Dame } & 63 & 8 \\ \text { Louisville } & 65 & \text { Tennessee } & 62 & 3 \\ \text { Oklahoma State } & 72 & \text { Texas } & 66 & 6\end{array}$$ $$\begin{array}{lccc} \text { Winning Team } & \text { Points } & \text { Losing Team } & \text { Points } & \text { Winning Margin } \\ \text { Purdue } & 76 & \text { Michigan State } & 70 & 6 \\ \text { Stanford } & 77 & \text { Southern Cal } & 67 & 10 \\ \text { Wisconsin } & 76 & \text { Illinois } & 56 & 20 \end{array}$$ a. Compute the mean and standard deviation for the points scored by the winning team. b. Assume that the points scored by the winning teams for all NCAA games follow a bell-shaped distribution. Using the mean and standard deviation found in part (a), estimate the percentage of all NCAA games in which the winning team scores 84 or more points. Estimate the percentage of NCAA games in which the winning team scores more than 90 points. c. Compute the mean and standard deviation for the winning margin. Do the data contain outliers? Explain.

The Dow Jones Travel Index reported what business travelers pay for hotel rooms per night in major U.S. cities (The Wall Street Joumal, January 16,2004 ). The average hotel room rates for 20 cities are as follows: $$\begin{array}{lclc} \text { Atlanta } & \$ 163 & \text { Minneapolis } & \$ 125 \\ \text { Boston } & 177 & \text { New Orleans } & 167 \\ \text { Chicago } & 166 & \text { New York } & 245 \\ \text { Cleveland } & 126 & \text { Orlando } & 146 \\ \text { Dallas } & 123 & \text { Phoenix } & 139 \\ \text { Denver } & 120 & \text { Pittsburgh } & 134 \\ \text { Detroit } & 144 & \text { San Francisco } & 167 \\ \text { Houston } & 173 & \text { Seattle } & 162 \\ \text { Los Angeles } & 160 & \text { St. Louis } & 145 \\ \text { Miami } & 192 & \text { Washington, D.C. } & 2077\end{array}$$ a. What is the mean hotel room rate? b. What is the median hotel room rate? c. What is the mode? d. What is the first quartile? c. What is the third quartile?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.