Solved Problems
Problem 1: Simple Linear Regression Coefficients (Basic)
A concrete testing laboratory recorded the curing time (, in days) and the resulting compressive strength (, in MPa) for five samples: (7, 21), (14, 28), (21, 35), (28, 41), and (35, 45). Determine the simple linear regression equation, .
Step-by-Step Solution
0 of 4 Steps CompletedProblem 2: Correlation Coefficient (Basic)
Using the data from Problem 1 (curing time and compressive strength ), calculate the Pearson correlation coefficient (). The additional sum required is .
Step-by-Step Solution
0 of 5 Steps CompletedProblem 3: Prediction and Residuals (Intermediate)
For the concrete testing model derived in Problem 1 (), what is the predicted compressive strength for a curing time of 21 days? Calculate the residual for the actual data point (21, 35).
Step-by-Step Solution
0 of 2 Steps CompletedProblem 4: Coefficient of Determination (Intermediate)
Given the correlation coefficient from Problem 2, calculate the coefficient of determination () and interpret its meaning in the context of the concrete curing data.
Step-by-Step Solution
0 of 2 Steps CompletedProblem 5: Sums of Squares (Advanced)
A transportation engineer analyzes the relationship between speed limit () and average vehicle speed (). The regression model yields and . Calculate the Sum of Squares due to Regression () and the Coefficient of Determination ().
Step-by-Step Solution
0 of 2 Steps CompletedProblem 6: Standard Error of the Estimate (Intermediate)
Using the data from Problem 5 () and assuming a sample size of roads, calculate the standard error of the estimate ().
Step-by-Step Solution
0 of 2 Steps CompletedProblem 7: Simple Linear Regression Hypothesis Testing (Advanced)
For the speed limit vs. average speed data, the estimated slope is . The standard error of the slope () is calculated to be . Test the hypothesis that there is a significant linear relationship between the variables at (sample size ).
Step-by-Step Solution
0 of 4 Steps CompletedProblem 8: Linearizing an Exponential Relationship (Advanced)
A geotechnical engineer measures the settlement of a foundation over time and finds it follows an exponential decay model: , where is settlement and is time. Show how to transform this into a linear model to find parameters and using linear regression.
Step-by-Step Solution
0 of 3 Steps CompletedProblem 9: Multiple Linear Regression Calculation (Intermediate)
A multiple regression model predicts the heating load (, in kW) of a building based on wall area (, in ) and roof area (, in ). The estimated model is . Calculate the predicted heating load for a building with of wall area and of roof area.
Step-by-Step Solution
0 of 2 Steps CompletedProblem 10: Multiple Regression Overall F-Test (Advanced)
For a multiple regression model predicting river flow rate based on rainfall and snowmelt, the sample size is , the number of predictors is , , and . Conduct an ANOVA F-test for the overall significance of the model at .
Step-by-Step Solution
0 of 4 Steps CompletedProblem 11: t-Tests for Individual Coefficients (Advanced)
Following Problem 10, the estimated coefficient for rainfall () is with standard error . The coefficient for snowmelt () is with standard error . Test the significance of each individual predictor at ().
Step-by-Step Solution
0 of 3 Steps CompletedProblem 12: Correlation vs. Causation (Conceptual)
A study shows a very high positive correlation () between the amount of asphalt used in a city during the summer and the number of heatstroke incidents. Can the city's health department conclude that laying asphalt directly causes heatstroke?
Step-by-Step Solution
0 of 2 Steps CompletedProblem 13: The Dangers of Extrapolation (Conceptual)
A structural engineer models the yielding stress of an alloy () based on temperature () for temperatures ranging from to , finding a strong linear relationship. Why might it be dangerous to use this regression model to predict the yielding stress at ?
Step-by-Step Solution
0 of 2 Steps CompletedProblem 14: Interpreting Residual Plots (Conceptual)
After fitting a simple linear regression model to predict pipe flow rate based on pressure, an engineer plots the residuals () on the y-axis against the predicted values () on the x-axis. The plot shows a distinct "fan" or "funnel" shape, where the spread of the residuals increases as the predicted value increases. What does this indicate?
Step-by-Step Solution
0 of 2 Steps CompletedProblem 15: Adjusted R-squared in Multiple Regression (Conceptual)
An environmental engineer adds a fifth predictor variable to a model predicting air pollution levels. The standard value increases slightly, but the Adjusted value decreases. Explain why this happens and what it means.