ANSWER
x=2
EXPLANATION
I’m smart don’t worry
A40=a1 +(40-1)r
in this case r is 3 beceause -2+3 will be 1 etc
a40=-2 +39*3
Answer:
The equation would be y = x - 1
Step-by-step explanation:
In order to find the equation of the line, we first can express the two sets of data as an ordered pair. The two ordered pairs would be (3, 2) and (9, 8). Now that we have these, we can use the slope formula to find the slope.
m (slope) = (y2 - y1)/(x2 - x1)
m = (8 - 2)/(9 - 3)
m = 6/6
m = 1
Now that we have the slope, we can use either point and point slope form to get the equation.
y - y1 = m(x - x1)
y - 2 = 1(x - 3)
y - 2 = x - 3
y = x - 1