document.write( "Question 560377: what is the next number in the arithmetic sequence 3, 11, 19, 29 \n" ); document.write( "
Algebra.Com's Answer #363863 by kkasko(46)![]() ![]() ![]() You can put this solution on YOUR website! what is the next number in the arithmetic sequence 3, 11, 19, 29... \n" ); document.write( "Are you sure the 29 is not supposed to be 27? \n" ); document.write( "3+8=11+8=19+8=27 \n" ); document.write( "To solve you should first find the common difference. \n" ); document.write( "d=t4-t3 \n" ); document.write( "d=27-19 \n" ); document.write( "d=8 \n" ); document.write( "plug it into the formula tn=t1+(n-1)d \n" ); document.write( "t5=3+(5-1)8 \n" ); document.write( "t5=3+4(8) \n" ); document.write( "t5=3+32 \n" ); document.write( "t5=32 \n" ); document.write( "3,11,19,27,32... \n" ); document.write( " \n" ); document.write( " |