SOLUTION: Please help me find a general term a sub n for the sequence 1/3, 2/4, 3/5, 4/6,...

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Please help me find a general term a sub n for the sequence 1/3, 2/4, 3/5, 4/6,...      Log On


   



Question 112934: Please help me find a general term a sub n for the sequence 1/3, 2/4, 3/5, 4/6,...
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Looking at the sequence of the numerators, we see: 1,2,3,4,...


And we can see that the numerators are increasing by 1 each time and start at 1. So if we start at n=0, then the general sequence for the numerators is: n%2B1


----------

Looking at the sequence of the denominators, we see: 3,4,5,6,...


And we can see that the denominators are increasing by 1 each time, but are starting at 3. So if we start at n=0, then the general sequence for the denominators is: n%2B3


So putting this all together we get

%28n%2B1%29%2F%28n%2B3%29


Notice if we let n=0, we get

%280%2B1%29%2F%280%2B3%29=1%2F3

If we let n=1, we get

%281%2B1%29%2F%281%2B3%29=2%2F4


If we let n=2, we get

%282%2B1%29%2F%282%2B3%29=3%2F5


And finally, if we let n=3, we get

%283%2B1%29%2F%283%2B3%29=4%2F6


So this verifies our answer.