In an arithmetic sequence, the sum of the second and eighth terms is 5, and the product of the fourth and fifth terms is also 5 .
What is the 20th term of this sequence?
Let a be the first term and d be the common difference of the arithmetic sequence.
\(\begin{cases} (a + d) + (a + 7d) = 5\\ (a + 3d)(a + 4d) = 5 \end{cases}\)
\(\begin{cases} a = \dfrac{5 - 8d}{2}\\ (a + 3d)(a + 4d) = 5 \end{cases}\)
Now you can substitute the first equation into the second, and solve the resulting quadratic equation for the value(s) of d.
Then you will also be able to find the corresponding value(s) of a.
The answer is a + 19d, but please calculate the value(s) of a and d and substitute to get the numerical answer.
Since a = (5 - 8d)/2, substituting this into the second equation will completely eliminate all "a"s in the second equation, giving \(\left(\dfrac{5 - 8d}2 + 3d\right)\left(\dfrac{5 - 8d}2+4d\right) = 5\)
Expand and simplify, and you will get an equation entirely in terms of d. Now you can solve it to get the value of d and a.
Once you get the value of d from that equation above, the value of a is just (5 - 8d)/2.