document.write( "Question 969203: Find the sum of the infinite geometric series 36+12+4... \n" ); document.write( "
Algebra.Com's Answer #592138 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! The sum is equal to a/(1-r) \n" ); document.write( "Here a=36=first term \n" ); document.write( "r=Common ratio=12/36=1/3 \n" ); document.write( "Sum=36/(1-1/3)=36/(2/3)=36*(3/2)=54. \n" ); document.write( " |