document.write( "Question 26075: 10) Use the geometric series of numbers 1, 1/2, 1/4, 1/8,…to find the following:
\n" );
document.write( "a) What is r, the ratio between 2 consecutive terms? \r
\n" );
document.write( "\n" );
document.write( "b) Using the formula for the nth term of a geometric series, what is 10th term? \r
\n" );
document.write( "\n" );
document.write( "c) Using the formula for the nth term of a geometric series, what is 12th term? \r
\n" );
document.write( "\n" );
document.write( "d) What observation can make about these sums? In particular, what number does it appear that the sum will always be smaller than? \n" );
document.write( "
Algebra.Com's Answer #14005 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Use the geometric series of numbers 1, 1/2, 1/4, 1/8,…to find the following: \n" ); document.write( "a) What is r, the ratio between 2 consecutive terms? \n" ); document.write( "R=(1/2)/1=1/2...IT IS SAME FOR ANY 2 CONSECUTIVE TERMS...SAY \n" ); document.write( "(1/8)/(1/4)=1/2...ETC......\r \n" ); document.write( "\n" ); document.write( "b) Using the formula for the nth term of a geometric series, what is 10th term? \n" ); document.write( "TN=A*(R)^(N-1)=1*(1/2)^(N-1) \n" ); document.write( "T10=(1/2)^(10-1)=(1/2)^9 \r \n" ); document.write( "\n" ); document.write( "c) Using the formula for the nth term of a geometric series, what is 12th term? \n" ); document.write( "T12=(1/2)^11\r \n" ); document.write( "\n" ); document.write( "d) What observation can make about these sums? In particular, what number does it appear that the sum will always be smaller than? \r \n" ); document.write( "\n" ); document.write( "THE NUMBERS TEND TO ZERO AS N INCREASES TO LARGE NUMBERS AND TOWARDS INFINITY. \n" ); document.write( "SUM OF A G.P. TO INFINITE TERMS WITH R<1 IS GIVEN BY \n" ); document.write( "A/(1-R)=1/(1-0.5)=2 \n" ); document.write( " |