document.write( "Question 1027240: the first three terms of a geometric progression are 100,90 and 81.\r
\n" );
document.write( "\n" );
document.write( "Find out the common ratio?
\n" );
document.write( "find the sum to infinity of its terms?\r
\n" );
document.write( "\n" );
document.write( "can I be explained step by step how to figure this out \n" );
document.write( "
Algebra.Com's Answer #642501 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a geometric progression has the form An = A1 * r^(n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An is the nth term. \n" ); document.write( "A1 is the first term. \n" ); document.write( "n is the number of terms.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your problem has the sequence 100, 90, 81, .....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the common ratio is .9 because 100 * .9 = 90 and 90 * .9 = 81.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula of An = A1 * r^(n-1) therefore becomes An = 100 * .9^(n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example, the third term, which you alreay know is .81, would be calculated using this forula as A3 = 100 * .9^(2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would then get A3 = 81.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this agrees with what you already know so the formula is confirmed as good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to know the sum of this progression as n approaches infinity.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the sum of the geometric progression as n approaches infinity is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sum of geometric progression as n approaches infinity = A1 * 1 / (1-r)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for your progression, that would be 100 * 1/(1-.9) = 100 / .1 = 1000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the following reference discusses geometric progressions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "http://www.purplemath.com/modules/series5.htm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i used excel to analyze whether this was true or not. \n" ); document.write( "it turns out to be true. \n" ); document.write( "after about the 160th term, the sum reached 1000 and didn't go over.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the sum of the geometric progression to the nth term is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum to the nth term = A1 * (1 - r^n) / (1-r)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the 160th term, that formula would become sum = 100 * (1 - .9^160) / (1-.9) which becomes sum = 100 * .9999999523/.10 which becomes equal to 999.9999523.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's very close to 1000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it gets closer as n gets higher, but never goes over 1000.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |