document.write( "Question 338482: write an equation for the following sequence:\r
\n" );
document.write( "\n" );
document.write( "0, 10, 15, 17.5 18.75
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #242618 by fractalier(6550) You can put this solution on YOUR website! A bit tricky to explain this one, but recognize that you are adding 10, then half of that, 5, then half of that, 2.5, etc.\r \n" ); document.write( "\n" ); document.write( "Whenever you add half as much, there's usually a (1/2)^n factor involved somewhere...here is a problem like that...\r \n" ); document.write( "\n" ); document.write( "I get a-sub-n = 20 - 20(1/2)^(n-1) or 20(1 - 1/[2^(n-1)])...see if that works for you... \n" ); document.write( " |