document.write( "Question 943917: How many terms are in the sequence: 640,320,160,.......,5? \n" ); document.write( "
Algebra.Com's Answer #575523 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! How many terms are in the sequence: 640,320,160,.......,5? \n" ); document.write( "it is gp whose a=640 r=1/2=2^-1 n=? last terms is=5 \n" ); document.write( "last term =ar^n-1 \n" ); document.write( "5=640x(1/2)^n-1 \n" ); document.write( "5/640 =2^-n+1 \n" ); document.write( "1/128=2^-n+1 \n" ); document.write( "2^-7=2^-n+1 \n" ); document.write( "-7=-n+1 \n" ); document.write( "-7-1=-n \n" ); document.write( "n=8 \n" ); document.write( " |