document.write( "Question 1011407: Find the first negative term of an AP 129,120,111,102....and so on. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #627042 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! the nth term of an arithmetic progression is \n" ); document.write( "Xn = a1 + d(n-1) \n" ); document.write( "for our problem a1=129, d=-9 \n" ); document.write( "Xn = 129 - 9(n-1) < 0 = \n" ); document.write( "-9(n-1) < -129 = \n" ); document.write( "-9n+9 < -129 = \n" ); document.write( "-9n < -138 \n" ); document.write( "n > 15.3, therefore \n" ); document.write( "the delta must be 9*16 \n" ); document.write( "X17 = 129 - 9(17-1) \n" ); document.write( "the 17th term of the arithmetic progression is the first term to be negative \n" ); document.write( " |