document.write( "Question 313674: Given the sequence 7, 14, 28, 56, ..., which expression shown would give the tenth term? \n" ); document.write( "
Algebra.Com's Answer #224306 by checkley77(12844) ![]() You can put this solution on YOUR website! L=A*R^(N-1) \n" ); document.write( "L IS THE LAST NUMBER. \n" ); document.write( "A=THE FIRST NUMBER. \n" ); document.write( "R IS THE RATIO. \n" ); document.write( "N IS THE Nth TERM. \n" ); document.write( "L=7*2^(10-1) \n" ); document.write( "L=7*2^9 \n" ); document.write( "L=7*512 \n" ); document.write( "L=3,584 IS THE 10th TERM IN THE SEQUENCE. \n" ); document.write( " |