anshumishra wrote:Balrog1978 wrote:
When a certain tree was first planted, it was 4 feet tall, and the heigth of the tree increased by a constant amount each year for the next 6 years. At the end of the 6th year, the tree was 1/5 taller than it was at the end of the 4th year. By how many feet did the height of the tree increased each year?
Answers: 3/10, 2/5, 1/2, 2/3, 6/5
To solve such problems, I've been used to the formula:
an = a0 + (n-1)d
Using this; I applied the two situations as:
a(4) = 4 + 3d
a(6) = 4 + 5d
thus : a(6) = a(4) + 1/5(a4)
solving these two I ended up getting d = 1/2.
the ANSWER is IN FACT d = 2/3!!!!
Turns out that the formula applies is IN FACT
a(n) = a0 + nd!!!
instead of
a(n) = a0 + (n-1)d!!!
Doesn't one take the 1st year as the ZEROth year? This caught me off guard. I'm missing something elementary here - Please someone clarify this for me!!! When to use nd vs (n-1)d?
A(n) = A1 + (n-1) d -----> if you consider the first term to be A1
If you consider something like A(0) to be the first term,
Then A(1) = A(0) + d
A(2) = A(0) + 2d
......
A(n) = A(0) + nd [Please note that this n+1th term in this case]
Basically, all the series has common difference "d", Both the formulae, represent the same thing.
Well - the thing that gets to me (been working hard at this one - so please bear with me). During the test - I would traditionally come across one of the two types of problems:
If we have a sequence like : 4, 6, 8, 10... and we're asked to calculate, say the 6th term.
then I would use
a(n) = a0 + (n-1) d
= 4 + 5d
= 4 + (5)2 = 14 - which is correct
However, in problems such as the one I've mentioned in this thread, I did a (natural to me - absurd to others I'm pretty sure).
a6 = a0 + (n-1)d
= 4 + 5d
which gave me 1/2 as I described in my original posting!!!!
Its this "natural but incorrect" switch between the two types that caused me (and continues to cause me) these kinds of mistakes, especially under test pressure. So if the two are indeed the same, how do I reinterpret the question in THIS thread to use the (n-1) logic?