Find the 12th term in the pattern of real numbers.
3 2 , 1 5 1 , 1 7 5 , 2 9 2 , 2 1 1 8 , ⋯
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
2/3 , 6/5 , 12/7 , 20/9 , 30/11
T(1)=2/3 T(n)=(n^2-1)+(n-1)+2/2n+1
T(12)=(144-1)+(12-1)+2/(2*12)+1=156/25 or 6 6/25
the numerator is n^2 +n (144+12)
The denominator is 2n+1 (24+1)
So the answer is 156/25
denominator is arithmetic sequence = 2*n +1 numerator general term = n^2 + n
Problem Loading...
Note Loading...
Set Loading...
The quickest way to solve this was by observing that the denominator of the terms are in A P with common difference 2 and first term 3 so, by using the formula T n = a + ( n − 1 ) d we get the 12th term as 25 and the only answer having 25 in its denominator was the second option.