1 , 3 , 6 , 8 , 1 1 , 1 3 , 1 6 , 1 8 , 2 1 , 2 3 , 2 6 , …
Consider the sequence above.
Find the 1 7 2 9 th number in the sequence.
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.
I feel that there is a small flaw in the last step, as it doesn't sum up to 4321. But all in all, a very simple solution and easy to comprehend.
I used T 2 n − 1 = 5 n − 4 and then solved 2 n − 1 = 1 7 2 9 to get n = 8 6 5 . Then substituting into the other part: 8 6 5 × 5 = 4 3 2 5 , 4 3 2 5 − 4 = 4 3 2 1
Why not 2n+1 term
Log in to reply
Otherwise when you substitute n=1, the result is the third term but it is still possible. I just found it easier using 2n-1
I noticed that every odd term was 3 more than the previous term and every even term was 2 more than the previous term. So I found that on average every term was 2.5 more than the previous term. Using this, I made the sequence 2 . 5 n − 1 . 5 and substituted 1 7 2 9 as n .
2 . 5 ( 1 7 2 9 ) − 1 . 5 = 4 3 2 1
difference changes frequently for odd and even terms by 2 and 3 respectively since 1729 is odd , take only odd terms 1,6,11,... (with difference 5) and the term gets reduced to (1729+1/2) i.e 865 then apply AP formula to find 865 th term 1+(865-1)*5 =4321
I firstly kept it Level 5 for finding the general term can you help @Karthik Raju @Abhishek Nathan @Mayank Shrivastava and all others who got it correct , for this reason i kept its name how to do it Thanks
This is the easiest way of doing this problem. There is always the danger of over complicating it,
easiest way so far ;). Thanks dude ;)
Use 1+(864×2)+(864×3)=4321
Why is it tagged under calculus
sequence ...
Note that the general expression for the series may been expressed as:-
a n = 2 n + ⌊ 2 n − 3 ⌋
Thus: a 1 7 2 9 = 2 ( 1 7 2 9 ) + ⌊ 2 1 7 2 9 − 3 ⌋ = 4 3 2 1
Looking at the sequence above we can deduce that the sequence goes as follows:
............, +2, +3, +2, +3, ..............
Now, since the difference between any given two terms is not uniform, it would imply that the formula for obtaining the number at an odd position would be different from the formula for obtaining the number at an even position. Since the question asks for 1729th term , we can focus on the numbers at odd positions alone .
Therefore, with regards to the odd positions, notice the following, where f(n) is f(number at position) :
f(3) = 6 = 2*3
f(5) = 11 = 2*5 + 1
f(7) = 16 = 2*7 + 2
f(9) = 21 = 2*9 + 3
f(11) = 26 = 2*11 + 4
.
.
.
.
.
.
This can be generalised as:
f(n) = 2n + (n-3)/2
Leading us to the solution for f(1729) : = 2*1729 + (1726/2)
= 4321
I'm not sure the formula used to solve this problem. Just thought of some relationship between these numbers. Writing it below.
If you note the sequence, each cycle will have 4 values (i.e) the first cycle has 1,3,6,8 and the second cycle has 11,13,16,18 and the third has 21,23,26,28 and so on...
So, If we divide the nth position by 4, we will get the number of cycle. Multiply the number of completed cycle (i.e) quotient and add the value in the remainder's position will give the value in the nth position.
The equation for this would be, Quotient*10+value in the remainder position from the cycle.
For example,
If we want to know the value in the 5th position, divide 5 by 4, you will get 1 quotient(1st cycle) and remainder 1. So, the value will be at first position in the second cycle. (i.e) 1*10+1=11
Likewise, to know 15th position, which will be on 4th cycle (15 divided by 4,give quotient as 3 and the remainder as 3, which surely lies on the 4th cycle). So the value can be calculated as 3*10+6=36.
In the same way, for the value in 1729th position,
divide 1729 by 4, which gives 432 and remainder as 1. So now, multiply 10 with the completed circle number (i.e) 432 and add the values in the remainder's position (i.e) 1.
432*10+1=4320+1=4321 will be at 1729th position.
\left( \frac { n-1 }{ 2 } \right) \quad \times \quad 5\quad +\quad 1\quad
Problem Loading...
Note Loading...
Set Loading...
We note that all the even terms form a series and all the odd terms form another series. Now the 1 7 2 9 t h term belongs to the series formed by the odd terms(why ???) .
Now we have to find the relation between the number of terms of the odd series and the original series, which is : Every n t h odd term is the ( 2 n − 1 ) t h term in the original series .
let T n = T 1 7 2 9 , therefore it is also the T 2 n − 1 of the odd series ,
2 n − 1 = 1 7 2 9 ; n = 8 6 5
Now the odd series is actually an A.P with the first term = 1 and common difference = 5.
Therefore , T 8 6 5 = 1 + 8 6 4 × ( 5 − 1 ) ; T 8 6 5 = 4 3 2 1 .