SOLUTION: Hello:
I am working on a practice test and it would be dishonest of me to ask you the same question. However, I am having a horrible time discerning how to write a recursive pat
Algebra.Com
Question 498943: Hello:
I am working on a practice test and it would be dishonest of me to ask you the same question. However, I am having a horrible time discerning how to write a recursive pattern. I know how to find the pattern, no problem, see that right away, but when it comes to figuring out the pattern I get a mental block.
Is there a resource you can recommend to me to sort this out? I would be happy to study it as I want to understand this.
Tina
Answer by chessace(471) (Show Source): You can put this solution on YOUR website!
There are several books, no doubt some of them online.
It's easy enough to explain:
Once you see the pattern, say it's
1 3 7 15 31 ...
which you see is "double previous then add 1",
The recusive formula is not far off:
x(1)=1
for n>1, x(n)=2*x(n-1)+1
Even sequences that are "too easy" such as the even numbers,
can be expressed recursively:
x(1)=2
n>1: x(n)=x(n-1)+2
RELATED QUESTIONS
This was a question on a practice test that I got wrong and I am not sure what I did... (answered by ewatrrr,richwmiller,Edwin McCravy,AnlytcPhil)
HI,
I have been given a question on Factorising Quadratic Expressions, and need to put... (answered by Cromlix)
Hello,
I am trying to graph the following but I been out of school for 15 years can... (answered by stanbon)
I am having trouble understanding functions. I am an on line student and my homework... (answered by stanbon,Edwin McCravy)
Hello my name is Karla I am in the 9th grade.I have been on this website before and the... (answered by josmiceli)
Hello!
I am having a problem on a question involving geometric sequences and series.... (answered by jim_thompson5910,richard1234)
I need to know how to write a polynomial equation of least degree with roots -3i, 3i, i, (answered by scott8148)
I am doing a practice apptitude test and have a question which is 3*=81 what is the value (answered by mananth)
I am asked to perform the indicated operations, and simplify; however, I don't believe... (answered by ikleyn,greenestamps)