
Concept explainers
TravelAir.com samples domestic airline flights to explore the relationship between airfare and distance. The service would like to know if there is a
- a. Draw a
scatter diagram with Distance as the independent variable and Fare as the dependent variable. Is the relationship direct or indirect? - b. Compute the
correlation coefficient . At the .05 significance level, is it reasonable to conclude that the correlation coefficient is greater than zero? - c. What percentage of the variation in Fare is accounted for by Distance of a flight?
- d. Determine the regression equation. How much does each additional mile add to the fare? Estimate the fare for a 1,500-mile flight.
- e. A traveler is planning to fly from Atlanta to London Heathrow. The distance is 4,218 miles. She wants to use the regression equation to estimate the fare. Explain why it would not be a good idea to estimate the fare for this international flight with the regression equation.
a.

Construct a scatter diagram with Distance as the independent variable and Fare as the dependent variable.
Explain the relationship between the variables.
Answer to Problem 61CE
The scatter diagram of the data is as follows:
Explanation of Solution
Step-by-step procedure to obtain the scatterplot using MegaStat software:
- In an EXCEL sheet enter the data values of x and y.
- Go to Add-Ins > MegaStat > Correlation/Regression > Scatterplot.
- Enter horizontal axis as Sheet6!$X$1:$X$31 and vertical axis as Sheet6!$Y$1:$Y$31.
- Click on OK.
From the scatterplot of the data indicates an increasing trend. It shows that as the distance increases, the fare also increases. Therefore, there is a positive association between distance and fare.
Thus, the relationship is direct.
b.

Find the correlation coefficient.
Check whether the correlation coefficient is greater than zero.
Answer to Problem 61CE
The correlation coefficient is 0.656.
There is enough evidence to infer that the population correlation is positive.
Explanation of Solution
Step-by-step procedure to obtain the correlation coefficient using MegaStat software:
- In an EXCEL sheet enter the data values of x and y.
- Go to Add-Ins > MegaStat > Correlation/Regression > Correlation matrix.
- Enter Input Range as Sheet6!$X$1:$Y$31.
- Click on OK.
Output obtained using MegaStat is given as follows:
The correlation coefficient is 0.656.
Denote the population correlation as
The hypotheses are given below:
Null hypothesis:
That is, the correlation in the population is less than or equal to zero.
Alternative hypothesis:
That is, the correlation in the population is positive.
Test statistic:
The test statistic is as follows:
Here, the sample size is 30 and the correlation coefficient is 0.656.
The test statistic is as follows:
Degrees of freedom:
The level of significance is 0.05. Therefore,
Critical value:
Step-by-step software procedure to obtain the critical value using EXCEL software:
- Open an EXCEL file.
- In cell A1, enter the formula “=T.INV (0.95, 28)”.
Output obtained using the EXCEL is given as follows:
Decision rule:
Reject the null hypothesis H0, if
Otherwise, fail to reject H0.
Conclusion:
The value of test statistic is 4.599 and the critical value is 1.701.
Here,
By the rejection rule, reject the null hypothesis.
Thus, there is enough evidence to infer that the population correlation is positive.
c.

Explain what percentage of the variation in ‘Fare’ is accounted for by ‘Distance’ of a flight.
Explanation of Solution
The coefficient of determination is the square of correlation coefficient.
From part (b), the correlation coefficient is 0.656.
Thus, the coefficient of determination is 0.43
Thus, about 43% of the variation in fares is explained by the variation in distance.
d.

Find the regression equation.
Explain how much does each additional mile add to the fare.
Find the fare for a 1,500 mile flight.
Answer to Problem 61CE
The regression equation is
The fare for a 1,500 mile flight is $226.1.
Explanation of Solution
Step-by-step procedure to obtain the ‘Regression equation’ using the MegaStat software:
- In an EXCEL sheet enter the data values of x and y.
- Go to Add-Ins > MegaStat > Correlation/Regression > Regression Analysis.
- Select input range as ‘Sheet6!$Y$1:$Y$31’ under Y/Dependent variable.
- Select input range ‘Sheet6!$X$1:$X$31’ under X/Independent variables.
- Click on OK.
Output using the Mega Stat software is given below:
From the output, the regression equation is,
Thus, for each additional mile $0.0527 is added to the fare.
Substitute the value ‘1,500’ for ‘distance’ in the regression equation.
Thus, fare for a 1,500 mile flight is $226.1.
e.

Explain why it is not suitable to estimate the fare for the international flight with the regression equation.
Explanation of Solution
It is given that the distance is 4,218 miles. This flight is far away from the range of the sampled data. Thus, using the regression equation may not be suitable to estimate the fare for the flight.
Want to see more full solutions like this?
Chapter 13 Solutions
EBK STATISTICAL TECHNIQUES IN BUSINESS
- You’re fed up with keeping Fido locked inside, so you conduct a mail survey to find out people’s opinions on the new dog barking ordinance in a certain city. Of the 10,000 people who receive surveys, 1,000 respond, and only 80 are in favor of it. You calculate the margin of error to be 1.2 percent. Explain why this reported margin of error is misleading.arrow_forwardYou find out that the dietary scale you use each day is off by a factor of 2 ounces (over — at least that’s what you say!). The margin of error for your scale was plus or minus 0.5 ounces before you found this out. What’s the margin of error now?arrow_forwardSuppose that Sue and Bill each make a confidence interval out of the same data set, but Sue wants a confidence level of 80 percent compared to Bill’s 90 percent. How do their margins of error compare?arrow_forward
- Suppose that you conduct a study twice, and the second time you use four times as many people as you did the first time. How does the change affect your margin of error? (Assume the other components remain constant.)arrow_forwardOut of a sample of 200 babysitters, 70 percent are girls, and 30 percent are guys. What’s the margin of error for the percentage of female babysitters? Assume 95 percent confidence.What’s the margin of error for the percentage of male babysitters? Assume 95 percent confidence.arrow_forwardYou sample 100 fish in Pond A at the fish hatchery and find that they average 5.5 inches with a standard deviation of 1 inch. Your sample of 100 fish from Pond B has the same mean, but the standard deviation is 2 inches. How do the margins of error compare? (Assume the confidence levels are the same.)arrow_forward
- A survey of 1,000 dental patients produces 450 people who floss their teeth adequately. What’s the margin of error for this result? Assume 90 percent confidence.arrow_forwardThe annual aggregate claim amount of an insurer follows a compound Poisson distribution with parameter 1,000. Individual claim amounts follow a Gamma distribution with shape parameter a = 750 and rate parameter λ = 0.25. 1. Generate 20,000 simulated aggregate claim values for the insurer, using a random number generator seed of 955.Display the first five simulated claim values in your answer script using the R function head(). 2. Plot the empirical density function of the simulated aggregate claim values from Question 1, setting the x-axis range from 2,600,000 to 3,300,000 and the y-axis range from 0 to 0.0000045. 3. Suggest a suitable distribution, including its parameters, that approximates the simulated aggregate claim values from Question 1. 4. Generate 20,000 values from your suggested distribution in Question 3 using a random number generator seed of 955. Use the R function head() to display the first five generated values in your answer script. 5. Plot the empirical density…arrow_forwardFind binomial probability if: x = 8, n = 10, p = 0.7 x= 3, n=5, p = 0.3 x = 4, n=7, p = 0.6 Quality Control: A factory produces light bulbs with a 2% defect rate. If a random sample of 20 bulbs is tested, what is the probability that exactly 2 bulbs are defective? (hint: p=2% or 0.02; x =2, n=20; use the same logic for the following problems) Marketing Campaign: A marketing company sends out 1,000 promotional emails. The probability of any email being opened is 0.15. What is the probability that exactly 150 emails will be opened? (hint: total emails or n=1000, x =150) Customer Satisfaction: A survey shows that 70% of customers are satisfied with a new product. Out of 10 randomly selected customers, what is the probability that at least 8 are satisfied? (hint: One of the keyword in this question is “at least 8”, it is not “exactly 8”, the correct formula for this should be = 1- (binom.dist(7, 10, 0.7, TRUE)). The part in the princess will give you the probability of seven and less than…arrow_forward
- please answer these questionsarrow_forwardSelon une économiste d’une société financière, les dépenses moyennes pour « meubles et appareils de maison » ont été moins importantes pour les ménages de la région de Montréal, que celles de la région de Québec. Un échantillon aléatoire de 14 ménages pour la région de Montréal et de 16 ménages pour la région Québec est tiré et donne les données suivantes, en ce qui a trait aux dépenses pour ce secteur d’activité économique. On suppose que les données de chaque population sont distribuées selon une loi normale. Nous sommes intéressé à connaitre si les variances des populations sont égales.a) Faites le test d’hypothèse sur deux variances approprié au seuil de signification de 1 %. Inclure les informations suivantes : i. Hypothèse / Identification des populationsii. Valeur(s) critique(s) de Fiii. Règle de décisioniv. Valeur du rapport Fv. Décision et conclusion b) A partir des résultats obtenus en a), est-ce que l’hypothèse d’égalité des variances pour cette…arrow_forwardAccording to an economist from a financial company, the average expenditures on "furniture and household appliances" have been lower for households in the Montreal area than those in the Quebec region. A random sample of 14 households from the Montreal region and 16 households from the Quebec region was taken, providing the following data regarding expenditures in this economic sector. It is assumed that the data from each population are distributed normally. We are interested in knowing if the variances of the populations are equal. a) Perform the appropriate hypothesis test on two variances at a significance level of 1%. Include the following information: i. Hypothesis / Identification of populations ii. Critical F-value(s) iii. Decision rule iv. F-ratio value v. Decision and conclusion b) Based on the results obtained in a), is the hypothesis of equal variances for this socio-economic characteristic measured in these two populations upheld? c) Based on the results obtained in a),…arrow_forward
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw HillHolt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALBig Ideas Math A Bridge To Success Algebra 1: Stu...AlgebraISBN:9781680331141Author:HOUGHTON MIFFLIN HARCOURTPublisher:Houghton Mifflin Harcourt
- Functions and Change: A Modeling Approach to Coll...AlgebraISBN:9781337111348Author:Bruce Crauder, Benny Evans, Alan NoellPublisher:Cengage Learning



