document.write( "Question 1041852: Find the sum of the geometric series for which a1 = 125, r = ⅖, and n
\n" );
document.write( "= 4.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #656783 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is a1[(1-r^n)/(1-r)] \n" ); document.write( "125*(1-(2/5)^4)/3/5; \n" ); document.write( "first deal with 1-(2/5)^4=625/625-16/625=609/625 \n" ); document.write( "The numerator is 125*609/625, with 125 being 1/5 of 625, so the numerator is 609/5 \n" ); document.write( "That is divided by3/5, so invert and multiply: 609/5*5/3=203 \n" ); document.write( "The terms are: \n" ); document.write( "125 \n" ); document.write( "50 \n" ); document.write( "20 \n" ); document.write( "8 \n" ); document.write( "They add to 203. Check \n" ); document.write( " |