SOLUTION: i was asked draw a trend line and write an equation for my trend line in slope-intercept point. The problem is that i don't understand what's a trend line is and how to write an eq

Algebra ->  Linear-equations -> SOLUTION: i was asked draw a trend line and write an equation for my trend line in slope-intercept point. The problem is that i don't understand what's a trend line is and how to write an eq      Log On


   



Question 285372: i was asked draw a trend line and write an equation for my trend line in slope-intercept point. The problem is that i don't understand what's a trend line is and how to write an equation for that.
this is the problem:
A giraffe was 1ft tall at birth. 7 ft tall at the age of 4, and 11 1/2 ft tall at the age of 7.
i was asked to make a scatter plot and i did.
Please help me with my homework :(

Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
A trend line shows the average of a series of points over time.
We can assume the independent variable, age, is the x-axis.
That means height is a function of age, that is f(x), so it will be plotted on the y-axis.
The data points you have are:
(0,4)
(4,7)
(7,11.5)
.
To draw a line, you need two points.
(0,4) should be one of them.
.
The slope-intercept form is: y = mx+b
In this case, we know that when x=0, y=4, so the y-intercept has to be 4.
.
The slope is the rise/run, which is the change in y divided by the change in x.
.
From (0,4) to (4,7),
change in y = 7-4 = 3
change in x = 4-0 = 4
m = 3/4 = .75
.
From (4,7) to (7,11.5),
change in y = 11.5-7 = 4.5
change in x = 7-3 = 4
slope = 4.5/4 = 1.25
.
So the slope is getting steeper, which means a straight line will have to miss one or both of the points. That means the trend line will be somewhere between them.
.
We can pick the average value of 'x' and 'y' as the point that will be the second point on which we will base our trend line.
.
The average value of 'y' = (7+11.5)/2 = 18.5/2 = 9.25
The average value of 'x' = (4+7)/2 = 11/2 = 5.5
So the point is (5.5,9.25)
.
Based on the point (0,4) as our starting point...which reasonable since that is the at birth height...
.
change in y = 9.25-4 = 5.25
change in x = 5.5-0 = 5.5
slope = 5.25/5.5 = .954545
.
Recall our second point will be (5.5,9.25)
The equation will be:
y = .954545*x + 4
.