document.write( "Question 1164181: What is the next three terms of the sequence, 49,44,39,34,29 \n" ); document.write( "
Algebra.Com's Answer #788492 by Theo(13342)![]() ![]() You can put this solution on YOUR website! looks like you're subtracting 5 from each preceding term to get the current term starting with the first term being the preceding term. \n" ); document.write( "49 - 5 = 44 - 5 = 39 - 5 = 35 - 5 = 29 \n" ); document.write( "the sequence formula to use if An = A1 + (n-1) * d \n" ); document.write( "A1 is 49 \n" ); document.write( "d is -5 \n" ); document.write( "when n = 1, the formula becomes A1 = 49 + 0 * -5 = 49 \n" ); document.write( "when n = 2, the formula becomes A2 = 49 + 1 * -5 = 44 \n" ); document.write( "when n = 3, the formula becomes A3 = 49 + 2 * -5 = 39 \n" ); document.write( "etc..... \n" ); document.write( " \n" ); document.write( " |