document.write( "Question 184913: Which is the sum of the infinite progression 3/2, 1, 2/3, 4/9 ......?\r
\n" );
document.write( "\n" );
document.write( "Please put the solution, if it's possible.. thanks in advance \n" );
document.write( "
Algebra.Com's Answer #138761 by J2R2R(94) You can put this solution on YOUR website! What is the sum of the infinite progression 3/2, 1, 2/3, 4/9 ......?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is a geometric progression and the sum to infinity for geometric progressions when the magnitude of the ratio is less than 1 is a/(1-r), where a is the first term and r is the ratio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this example, a = 3/2, r = 2/3, therefore 1-r = 1/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the sum to infinity = (3/2)/(1/3) = (3 x 3)/(2 x 1) = 9/2 = 4.5 \n" ); document.write( " |