Math Problem Statement

Year :1981 to 1992 No engage: 10,15,12,20,16,8,30,15,12,4,9,8 Using regression method find trend

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

Formulas

y = a + bx
b = (n * Σxy - Σx * Σy) / (n * Σx^2 - (Σx)^2)
a = (Σy - b * Σx) / n

Theorems

Least Squares Method

Suitable Grade Level

Grades 10-12