Math Problem Statement

The distance a car travels after braking is measured.

A car initially traveling at 15 mph travels 22 feet before stopping.

A car initially traveling at 30 mph travels 88 feet before stopping.

A car initially traveling at 60 mph travels 352 feet before stopping.

(a) Albus thinks the best-fitting linear equation for predicting stopping distance based on speed of car is ŷ = 7x - 100. Complete the following table to compute the sum of squared residuals (sum of squared errors, SSE) for Albus' equation.

speed (x)

distance (y)

predicted (ŷ = 7x - 100)

residual (y - ŷ)

squared residual 

(ŷ - y)^2

15

22

30

88

110

  • 22

484

60

352

320

32

1024

Add the last column to get the SSE for Albus: 

(b) Bellatrix thinks the best-fitting linear equation for predicting stopping distance based on speed of car is ŷ = 8x - 120. Complete the following table to compute the sum of squared residuals (sum of squared errors, SSE) for Bellatrix' equation.

speed (x)

distance (y)

predicted (ŷ = 8x - 120)

residual (y - ŷ)

squared residual 

(ŷ - y)^2

15

22

30

88

120

  • 32

1024

60

352

360

  • 8

64

Add the last column to get the SSE for Bellatrix: 

(c) Based on the SSE, whose equation was m

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Regression
Residuals
Sum of Squared Errors (SSE)

Formulas

ŷ = 7x - 100 (Albus' equation)
ŷ = 8x - 120 (Bellatrix' equation)
Residual = y - ŷ
Squared Residual = (y - ŷ)^2
Sum of Squared Errors (SSE) = Σ(y - ŷ)^2

Theorems

Least Squares Regression

Suitable Grade Level

Grades 10-12