Question

Probability that at least 175 homes are investment property

Original question: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

  1. The National Association of Realtors estimates that 23% of all homes purchased in 2004 were considered investment properties. If a sample of 800 homes sold in 2004 is obtained what is the probability that at least 175 homes are going to be used as investment property?


Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This is a binomial probability problem based on a sample proportion. Because the sample size is large, a normal approximation is appropriate, with a continuity correction to improve accuracy.

Detailed walkthrough

Let XX be the number of homes in the sample that are investment properties.

Since 23% are estimated to be investment properties,

XBin(800,0.23)X\sim \text{Bin}(800,0.23)

We want:

P(X175)P(X\ge 175)

Use a normal approximation:

μ=np=800(0.23)=184\mu=np=800(0.23)=184

σ=np(1p)=800(0.23)(0.77)10.60\sigma=\sqrt{np(1-p)}=\sqrt{800(0.23)(0.77)}\approx 10.60

Apply a continuity correction:

P(X175)P(X174.5)P(X\ge 175)\approx P(X\ge 174.5)

Standardize:

z=174.518410.600.90z=\frac{174.5-184}{10.60}\approx -0.90

So

P(X175)P(Z0.90)P(X\ge 175)\approx P(Z\ge -0.90)

=P(Z0.90)0.816=P(Z\le 0.90)\approx 0.816

Therefore, the probability is approximately

0.816\boxed{0.816}

💡 Pitfall guide

A common mistake is to use the binomial model without checking whether a normal approximation is reasonable. Here np=184np=184 and n(1p)=616n(1-p)=616, so the approximation is valid. Another error is forgetting the continuity correction; using 175 instead of 174.5 can slightly change the result.

🔄 Real-world variant

If the question asked for exactly 175 homes, you would approximate

P(174.5<X<175.5)P(174.5<X<175.5)

instead of a one-sided tail. If the sample size changed, you would recalculate both the mean and standard deviation using the new nn while keeping p=0.23p=0.23 the same.

🔍 Related terms

binomial distribution, normal approximation, continuity correction

FAQ

When can a binomial distribution be approximated by a normal distribution?

A normal approximation is appropriate when np and n(1-p) are both sufficiently large, often at least 5 or 10 depending on the standard used.

Why is a continuity correction used?

A continuity correction adjusts a discrete binomial probability to a continuous normal curve by using boundaries like 174.5 instead of 175.

chat