clock60 wrote:guys great thanks to both for wonderful solution and for patience, but for me the problem is not trivial
on real test i even will not attempt to solve it is too hard and long despite it is from GP software
just for curiosity
i got n-14 as a result (13,5<n<=14,5) does anybody solved it till the end to verify?
No Problem.
I didn't solve it till the end. That is the beauty with Data Sufficiency Questions.
If you are sure, you don't need to solve till end.
Here you may use this logic :
Consider two cases out of infinitely many :
(25,21,17,13,9,5,1,-3,-7,-11,-15,-19,-23,-27,-31.....)
(28,23,19,15,11,7,3,-1,-5,-9,-13,-17,-21,-25,-29,....)
Now Sum of an AP can be written as (we want it to be -ve for the n terms) :
n/2 * (First Term + nthTerm) < 0
=>
nth Term < - (First Term)
From this you can conclude, that for the series starting with 25, the nth term will be less than what will it be for the series starting with 28.
{
Which means for the series starting with 25, I am looking for when the term becomes smaller than -25
Similarly for the series starting with 28, I am looking for when the term becomes smaller than -28
If both are decreasing by -4, it should be clear that for the 2nd series it will come later.
}
Think about this for a bit, if you still find you didn't get it, Let me know. I'll try to make it clearer.
Thanks