SOLUTION: An arithmetic sequence starts 23, 36, 49, 62, …. What is the first term of the sequence to exceed 200,000?

Algebra ->  Sequences-and-series -> SOLUTION: An arithmetic sequence starts 23, 36, 49, 62, …. What is the first term of the sequence to exceed 200,000?      Log On


   



Question 1165705: An arithmetic sequence starts 23, 36, 49, 62, …. What is the first term of the sequence to exceed 200,000?
Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.

First term of the AP is 23;  the common difference is 13.


You want to find the minimal integer "n" such that


    23 + 13*(n-1) >= 200000.


Then  n-1 >= %28200000-23%29%2F13 = 15382.85;  hence, n = 15383 + 1 = 15384.      ANSWER


CHECK.  23 + 13*(15384-1) = 200002.     ! Ok !

Solved, answered and explained.