Math Problem Statement

Use linear regression to find the line that best fits this data. Write your final answer in the form of an equation y^=a+bx.

Drop Height (in)

6

12

18

24

30

36

Bounce Height (in)

5

10

17

23

26

31

Use drop height as the independent variable x and bounce height as the dependent variable y. Round to two decimal places.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Regression
Statistics
Algebra

Formulas

Slope formula: b = (n∑xy - ∑x∑y) / (n∑x^2 - (∑x)^2)
Intercept formula: a = (∑y - b∑x) / n
Linear equation: y = a + bx

Theorems

Least Squares Method

Suitable Grade Level

Grades 10-12