Using the graph, we can list the first five terms of the sequence. Notice that the x-axis shows us n, the term number. The y-axis show us an, the value of the terms.
1st term: 2nd term: 3rd term: 4th term: 5th term: -3-1135
Let's use the formula for the nth term of an arithmetic sequence to write an equation for the sequence.
an=a1+d(n−1)
In this equation, a1 is a first term and d is the common difference. From Part A, we know that the first term is -3. To find d we can calculate the difference between any two consecutive terms. Here we will use the fourth and fifth terms.
a5−a4=d⇒5−3=2
Now we can substitute these values into the formula.
an=a1+d(n−1)
an=-3+(2)(n−1)
an=-3+2n−2
an=2n−5
The formula for the nth term is an=2n−5.
To write the function we can use the of the equation.
y=mx+b
We can take two points from the graph and substitute them into the Slope Formula. Let's use (3,1) and (4,3).
m=x2−x1y2−y1
m=4−33−1
m=2
Let's now calculate b by substituting m and the point (3,1) into the equation. y=mx+b
y=(2)x+b
1=2(3)+b
b=-5
Now that we know both m and b, we can write the function.
y=2x−5