document.write( "Question 453968: The sum of infinite geometric series with first term 3 and second term 0.75 is? \n" ); document.write( "
Algebra.Com's Answer #311810 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The sum of the series is given by: \n" ); document.write( "S = a/(1-r) where a = the 1st term in the series and r = the common ratio \n" ); document.write( "r = 0.75/3 = 0.25 \n" ); document.write( "So S= 3/0.75 = 4 \n" ); document.write( " |