document.write( "Question 1027329: Write a recursive formula for the sequence 40, 20, 10, 5, 5/2 then find the next term \n" ); document.write( "
Algebra.Com's Answer #642528 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a1=40 \n" ); document.write( "an=(1/2)a(n-1) \n" ); document.write( "so a2=(1/2)a1=(1/2)*40=20. The next term is 5/4, since that is half of 5/2. \n" ); document.write( " |