![Loose Leaf for Statistical Techniques in Business and Economics (Mcgraw-hill/Irwin Series in Operations and Decision Sciences)](https://www.bartleby.com/isbn_cover_images/9780077639709/9780077639709_largeCoverImage.gif)
Concept explainers
a.
Find the regression equation.
Find the selling price of a home with an area of 2,200 square feet.
Construct a 95% confidence interval for all 2,200 square foot homes.
Construct a 95% prediction interval for the selling price of a home with 2,200 square feet.
a.
![Check Mark](/static/check-mark.png)
Answer to Problem 62DE
The regression equation is
The selling price of a home with an area of 2,200 square feet is $219,429.30.
The 95% confidence interval for all 2,200 square foot homes is
The 95% prediction interval for the selling price of a home with 2,200 square feet is
Explanation of Solution
Here, the selling price is the dependent variable and size of the home is the independent variable.
Step-by-step procedure to obtain the ‘regression equation’ using 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 ‘Sheet1!$B$2:$B$106’ under Y/Dependent variable. - Select input range ‘Sheet1!$A$2:$A$106’ under X/Independent variables.
- Select ‘Type in predictor values’.
- Enter 2,200 as ‘predictor values’ and 95% as ‘confidence level’.
- Click on OK.
Output obtained using MegaStat software is given below:
From the regression output, the regression equation is as follows.
Where y is the selling price and x is the size of the home.
The selling price of a home with an area of 2,200 square feet is $219,429.30.
The 95% confidence interval for all 2,200 square foot homes is
The 95% prediction interval for the selling price of a home with 2,200 square feet is
b.
Find the regression equation.
Find the selling price of a home with 20 miles from the center of the city.
Construct a 95% confidence interval for homes with 20 miles from the center of the city.
Construct a 95% prediction interval a home with 20 miles from the center of the city.
b.
![Check Mark](/static/check-mark.png)
Answer to Problem 62DE
The regression equation is
The estimated selling price of a home with 20 miles from the center of the city is $203087.10.
The 95% confidence interval for homes with 20 miles from the center of the city is
The 95% prediction interval for homes with 20 miles from the center of the city is
Explanation of Solution
Step-by-step procedure to obtain the ‘regression equation’ using 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 ‘Sheet1!$C$2:$C$106’ under Y/Dependent variable.
- Select input range ‘Sheet1!$B$2:$B$106’ under X/Independent variables.
- Select ‘Type in predictor values’.
- Enter 20 as ‘predictor values’ and 95% as ‘confidence level’.
- Click on OK.
Output obtained using MegaStat software is given below:
From the above output, the regression equation is as follows:
Where y is the selling price of a home and x is the distance from the center of the city.
The estimated selling price of a home with 20 miles from the center of the city is $203087.10.
The 95% confidence interval for homes with 20 miles from the center of the city is
The 95% prediction interval for a home with 20 miles from the center of the city is
c.
Check whether there is a
Check whether there is a
Report the p-value of the test and summarize the results.
c.
![Check Mark](/static/check-mark.png)
Answer to Problem 62DE
There is a negative association between “distance from the center of the city” and “selling price”.
There is a positive association between “selling price” and “area of the home”.
Explanation of Solution
Denote the population correlation as
The null and alternative hypotheses are stated below:
Null hypothesis:
That is, the correlation between “distance from the center of the city” and “selling price” is greater than or equal to zero.
Alternative hypothesis:
That is, the correlation between “distance from the center of the city” and “selling price” is less than zero.
Here, the
The test statistic is as follows:
Thus, the test statistic value is –3.75.
The degrees of freedom is as follows:
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, 103)”.
Output obtained using EXCEL is given as follows:
Decision rule:
Reject the null hypothesis H0, if
Conclusion:
The value of test statistic is –3.75 and the critical value is 1.659.
Here,
By the rejection rule, reject the null hypothesis.
Thus, it can be concluded that there is a negative association between“distance from the center of the city” and “selling price”.
Calculation of p-value:
Using excel formula = T.DIST (–3.75,103,TRUE)
The p-value of the test is 0.000.
Check the correlation between independent variables “area of the home” and “selling price” is positive:
The hypotheses are given below:
Null hypothesis:
That is, the correlation between “size of the home” and “selling price” is less than or equal to zero.
Alternative hypothesis:
That is, the correlation between “size of the home” and “selling price” is positive.
Here, the sample size is 105 and the correlation coefficient is 0.371.
The test statistic is as follows:
Thus, the t-test statistic value is 3.76.
Conclusion:
The value of test statistic is 3.76 and the critical value is 1.659.
Here,
By the rejection rule, reject the null hypothesis.
Thus, it can be concluded that there is a positive association between “size of the home” and “selling price”.
Calculation of p-value:
Using excel formula = T.DIST (3.76,103,TRUE)
The p-value of the test is 0.000141.
Want to see more full solutions like this?
Chapter 13 Solutions
Loose Leaf for Statistical Techniques in Business and Economics (Mcgraw-hill/Irwin Series in Operations and Decision Sciences)
- C4 Q6 V1: Randomly collected student data in the dataset STATISTICSSTUDENTSSURVEYFORR contains the columns FEDBEST (preferred Federal party (Conservative, Green, Liberals, or NDP) ) , UNDERGORGRAD (degree being sought (GraduateProfessional, Undergraduate) ) and GENDERIDENTITY (Female or Male or Other). Make a crosstab (contingency) table of the counts for each of the (UNDERGORGRAD, FEDBEST) pairs for ONLY the females. If we randomly select a female student who is pursuing a graduateprofessional degree, what is the probability that she prefers the Federal Liberals. Choose the most correct (closest) answer below. Question 6 Answer a. 0.128 b. 0.263 c. 0.744 d. 0.333arrow_forwardInstall RStudio: Begin by installing RStudio on your computer. If you haven't done so, please refer to the official RStudio website for download and installation instructions. Watch the Tutorial Video: Watch the provided video tutorial that explains how to run RStudio. Pay close attention to the steps for opening and managing data files. https://www.youtube.com/watch?v=RhJp6vSZ7z0 Open RStudio: Once RStudio is installed, open the application. Load the Dataset: In RStudio, open a data file named "mtcars". To do this, type the command mtcars in the script editor and run the command. Attach the Data: Next, attach the dataset using the command attach(mtcars). Examine the Variables: Carefully review and note the names of all variables in the dataset. Examples of these variables include: Mileage (mpg) Number of Cylinders (cyl) Displacement (disp) Horsepower (hp) Research: Google to understand these variables. Statistical Analysis: Select mpg variable, and perform the following…arrow_forwardA marketing professor has surveyed the students at her university to better understand attitudes towards PPT usage for higher education. To be able to make inferences to the entire student body, the sample drawn needs to represent the university’s student population on all key characteristics. The table below shows the five key student demographic variables. The professor found the breakdown of the overall student body in the university’s fact book posted online. A non-parametric chi-square test was used to test the sample demographics against the population percentages shown in the table above. Review the output for the five chi-square tests on the following pages and answer the five questions: Based on the chi-square test, which sample variables adequately represent the university’s student population and which ones do not? Support your answer by providing the p-value of the chi-square test and explaining what it means. Using the results from Question 1, make recommendation for…arrow_forward
- A marketing professor has surveyed the students at her university to better understand attitudes towards PPT usage for higher education. To be able to make inferences to the entire student body, the sample drawn needs to represent the university’s student population on all key characteristics. The table below shows the five key student demographic variables. The professor found the breakdown of the overall student body in the university’s fact book posted online. A non-parametric chi-square test was used to test the sample demographics against the population percentages shown in the table above. Review the output for the five chi-square tests on the following pages and answer the five questions: Based on the chi-square test, which sample variables adequately represent the university’s student population and which ones do not? Support your answer by providing the p-value of the chi-square test and explaining what it means. Using the results from Question 1, make recommendation for…arrow_forwardA retail chain is interested in determining whether a digital video point-of-purchase (POP) display would stimulate higher sales for a brand advertised compared to the standard cardboard point-of-purchase display. To test this, a one-shot static group design experiment was conducted over a four-week period in 100 different stores. Fifty stores were randomly assigned to the control treatment (standard display) and the other 50 stores were randomly assigned to the experimental treatment (digital display). Compare the sales of the control group (standard POP) to the experimental group (digital POP). What were the average sales for the standard POP display (control group)? What were the sales for the digital display (experimental group)? What is the (mean) difference in sales between the experimental group and control group? List the null hypothesis being tested. Do you reject or retain the null hypothesis based on the results of the independent t-test? Was the difference between the…arrow_forwardWhat were the average sales for the four weeks prior to the experiment? What were the sales during the four weeks when the stores used the digital display? What is the mean difference in sales between the experimental and regular POP time periods? State the null hypothesis being tested by the paired sample t-test. Do you reject or retain the null hypothesis? At a 95% significance level, was the difference significant? Explain why or why not using the results from the paired sample t-test. Should the manager of the retail chain install new digital displays in each store? Justify your answer.arrow_forward
- A retail chain is interested in determining whether a digital video point-of-purchase (POP) display would stimulate higher sales for a brand advertised compared to the standard cardboard point-of-purchase display. To test this, a one-shot static group design experiment was conducted over a four-week period in 100 different stores. Fifty stores were randomly assigned to the control treatment (standard display) and the other 50 stores were randomly assigned to the experimental treatment (digital display). Compare the sales of the control group (standard POP) to the experimental group (digital POP). What were the average sales for the standard POP display (control group)? What were the sales for the digital display (experimental group)? What is the (mean) difference in sales between the experimental group and control group? List the null hypothesis being tested. Do you reject or retain the null hypothesis based on the results of the independent t-test? Was the difference between the…arrow_forwardQuestion 4 An article in Quality Progress (May 2011, pp. 42-48) describes the use of factorial experiments to improve a silver powder production process. This product is used in conductive pastes to manufacture a wide variety of products ranging from silicon wafers to elastic membrane switches. Powder density (g/cm²) and surface area (cm/g) are the two critical characteristics of this product. The experiments involved three factors: reaction temperature, ammonium percentage, stirring rate. Each of these factors had two levels, and the design was replicated twice. The design is shown in Table 3. A222222222222233 Stir Rate (RPM) Ammonium (%) Table 3: Silver Powder Experiment from Exercise 13.23 Temperature (°C) Density Surface Area 100 8 14.68 0.40 100 8 15.18 0.43 30 100 8 15.12 0.42 30 100 17.48 0.41 150 7.54 0.69 150 8 6.66 0.67 30 150 8 12.46 0.52 30 150 8 12.62 0.36 100 40 10.95 0.58 100 40 17.68 0.43 30 100 40 12.65 0.57 30 100 40 15.96 0.54 150 40 8.03 0.68 150 40 8.84 0.75 30 150…arrow_forward- + ++ Table 2: Crack Experiment for Exercise 2 A B C D Treatment Combination (1) Replicate I II 7.037 6.376 14.707 15.219 |++++ 1 བྱ॰༤༠སྦྱོ སྦྱོཋཏྟཱུ a b ab 11.635 12.089 17.273 17.815 с ас 10.403 10.151 4.368 4.098 bc abc 9.360 9.253 13.440 12.923 d 8.561 8.951 ad 16.867 17.052 bd 13.876 13.658 abd 19.824 19.639 cd 11.846 12.337 acd 6.125 5.904 bcd 11.190 10.935 abcd 15.653 15.053 Question 3 Continuation of Exercise 2. One of the variables in the experiment described in Exercise 2, heat treatment method (C), is a categorical variable. Assume that the remaining factors are continuous. (a) Write two regression models for predicting crack length, one for each level of the heat treatment method variable. What differences, if any, do you notice in these two equations? (b) Generate appropriate response surface contour plots for the two regression models in part (a). (c) What set of conditions would you recommend for the factors A, B, and D if you use heat treatment method C = +? (d) Repeat…arrow_forward
- Question 2 A nickel-titanium alloy is used to make components for jet turbine aircraft engines. Cracking is a potentially serious problem in the final part because it can lead to nonrecoverable failure. A test is run at the parts producer to determine the effect of four factors on cracks. The four factors are: pouring temperature (A), titanium content (B), heat treatment method (C), amount of grain refiner used (D). Two replicates of a 24 design are run, and the length of crack (in mm x10-2) induced in a sample coupon subjected to a standard test is measured. The data are shown in Table 2. 1 (a) Estimate the factor effects. Which factor effects appear to be large? (b) Conduct an analysis of variance. Do any of the factors affect cracking? Use a = 0.05. (c) Write down a regression model that can be used to predict crack length as a function of the significant main effects and interactions you have identified in part (b). (d) Analyze the residuals from this experiment. (e) Is there an…arrow_forwardA 24-1 design has been used to investigate the effect of four factors on the resistivity of a silicon wafer. The data from this experiment are shown in Table 4. Table 4: Resistivity Experiment for Exercise 5 Run A B с D Resistivity 1 23 2 3 4 5 6 7 8 9 10 11 12 I+I+I+I+Oooo 0 0 ||++TI++o000 33.2 4.6 31.2 9.6 40.6 162.4 39.4 158.6 63.4 62.6 58.7 0 0 60.9 3 (a) Estimate the factor effects. Plot the effect estimates on a normal probability scale. (b) Identify a tentative model for this process. Fit the model and test for curvature. (c) Plot the residuals from the model in part (b) versus the predicted resistivity. Is there any indication on this plot of model inadequacy? (d) Construct a normal probability plot of the residuals. Is there any reason to doubt the validity of the normality assumption?arrow_forwardStem1: 1,4 Stem 2: 2,4,8 Stem3: 2,4 Stem4: 0,1,6,8 Stem5: 0,1,2,3,9 Stem 6: 2,2 What’s the Min,Q1, Med,Q3,Max?arrow_forward
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw HillBig Ideas Math A Bridge To Success Algebra 1: Stu...AlgebraISBN:9781680331141Author:HOUGHTON MIFFLIN HARCOURTPublisher:Houghton Mifflin HarcourtFunctions and Change: A Modeling Approach to Coll...AlgebraISBN:9781337111348Author:Bruce Crauder, Benny Evans, Alan NoellPublisher:Cengage Learning
- Holt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGAL
![Text book image](https://www.bartleby.com/isbn_cover_images/9780079039897/9780079039897_smallCoverImage.jpg)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781680331141/9781680331141_smallCoverImage.jpg)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337111348/9781337111348_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780547587776/9780547587776_smallCoverImage.jpg)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337282291/9781337282291_smallCoverImage.gif)