Thursday, May 16, 2013

how do i find the recursive formula: 20,30,40,50...

There are many ways, this is a simple way: 

a%5B1%5D=20 

a%5Bn%5D=a%5Bn-1%5D%2B10 

:)

No comments: