document.write( "Question 354971: yes! i need help with this problem the sum of two consecutive terms in the arithmetic sequence 1,4,7,10,,, is 299 find these two terms? thank you! \n" ); document.write( "
Algebra.Com's Answer #253550 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of two consecutive terms in the arithmetic \n" ); document.write( "sequence 1,4,7,10,,, is 299 find these two terms? \n" ); document.write( "---- \n" ); document.write( "a(1) = 1 \n" ); document.write( "d = 4-1 = 3 \n" ); document.write( "------- \n" ); document.write( "Two consecutive terms would be: \n" ); document.write( "a(n) = a(1)+(n-1)d \n" ); document.write( "a(n+1) = a(1)+(n)d \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "1 + (n-1)3 + 1+3n = 299 \n" ); document.write( "--- \n" ); document.write( "2 + 3n-3 + 3n = 299 \n" ); document.write( "6n = 300 \n" ); document.write( "n = 50 \n" ); document.write( "n+1 = 51 \n" ); document.write( "----- \n" ); document.write( "a(50) = 1 + 49*3 = 148 \n" ); document.write( "a(51) = 148+3 = 151 \n" ); document.write( "---- \n" ); document.write( "Check: \n" ); document.write( "148+151 = 299 \n" ); document.write( "====================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |