well for the case where it's (a-bx)^n, x>0, find the one with greatest absolute value (this is the Tk+1, not Tk), then check if its negative or positive. if its positive then its the greatest. if its negative, find the thing before and after it and compare which one is greater.
u said:
(13-k)/k x (-8/15) > 1
that should be (12-k)/k+1 * (-8/15) > 1
the absolute value is (12-k)/k+1 * (8/15) > 1
find k from this inequality.
term with greatest absolute value is Tk+1
check if its positive or negative.
The logic behind this Tk+1/Tk (and tk+1/tk for coefficient) stuff is that as the power of the x increases (from 0 to 1,2,3,...) the absolute values of the terms and of the coefficients will keep rising up and then they will start going down.
so finding where Tk+1/Tk>1 means finding where Tk+1>Tk,
which is finding where the values are still increasing.
of course since Tk+1>Tk the greatest value is the Tk+1 one.
if it's (a-bx)^n instead of (a+bx)^n, x>0, the absolute values are still increasing then decreasing. you'll just have alternating plus/minus signs
the alternating signs are also seen in the terms (not coefficients) when its (a+bx)^n but with x<0