document.write( "Question 1008782: Thanks.. I think I did the wrong answer.
\n" );
document.write( "Was.. Determine the sum of the sussesion
\n" );
document.write( "An={3, 3/4, 3/16, 3/64...} (3/4., 3/16... are fracctions...) \n" );
document.write( "
Algebra.Com's Answer #624817 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The sum of this infinite series is found by \n" ); document.write( "S = a1 / (1-r) \n" ); document.write( "S = 3 / (1 - (1/4)) \n" ); document.write( "S = 3 / (3/4) = 4 \n" ); document.write( " |