document.write( "Question 984035: the sixth term of a geometric series of positive number is 10 and the sixteenth term is 0.1. What is the eleventh term? Find its sum to infinity. \n" ); document.write( "
Algebra.Com's Answer #604825 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a sub n=a1 * r^n-1 \n" ); document.write( "a6=10 \n" ); document.write( "a16=0.1\r \n" ); document.write( "\n" ); document.write( "Let a6 be the first term of the modified sequence. \n" ); document.write( "0.1=10*r^10 \n" ); document.write( "10^-2=r^10=0.01 \n" ); document.write( "r= 0.01^(1/10)=0.6309. Without rounding. \n" ); document.write( "a1=100 \n" ); document.write( "a11=1\r \n" ); document.write( "\n" ); document.write( "Sum=a1 (1-r^n)/1-r \n" ); document.write( "=100*(.9)/1-r \n" ); document.write( "=90/(1-r); 1-r=0.3691(rounded) \n" ); document.write( "unrounded, answer is 243.87.\r \n" ); document.write( "\n" ); document.write( "If one keeps the same ratio, which isn't quite 0.6, this works out exactly. If one rounds to 0.6, it does not.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |