document.write( "Question 783203: How to find the seventh term in the séquence 3 7 15 31 63
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #476795 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 3 ->7 increase of 4 \n" ); document.write( "7 -> 15 increase of 8 \n" ); document.write( "15 -> 31 increase of 16 \n" ); document.write( "31 -> 63 increase of 32 \n" ); document.write( "63 -> 127 increase of 64 \n" ); document.write( "127 -> 192 increase of 128 \n" ); document.write( "7th term = 192 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |