How do you find the nth term of the sequence #1/2, 2/3, 3/4, 4/5, ...#?
1 Answer
Oct 19, 2017
# u_n = n/(n+1) #
Explanation:
Assuming the same pattern continues where the numerator increases by one with each successive term, and the denominator is one more than the numerator, then the general term is:
# u_n = n/(n+1) #