SOLUTION: Hello. I would appreciate an explanation to the following question:
A playground is being designed where children can interact with their friends in certain combinations.
If
Algebra ->
Sequences-and-series
-> SOLUTION: Hello. I would appreciate an explanation to the following question:
A playground is being designed where children can interact with their friends in certain combinations.
If
Log On
Question 495959: Hello. I would appreciate an explanation to the following question:
A playground is being designed where children can interact with their friends in certain combinations.
If there is 1 child, there can be 0 interactions.
If there are 2 children, there can be only 1 interaction.
If there are 3 children , there can be 5 interactions.
If there are 4 children, there can be 14 interactions.
Which recursive pattern represents the pattern?
asubn=asubn-1+2^(n-1)
asubn=asubn+(n-1)^2
asubn=asubn+2(n-1)
asubn=asubn+(2n-1)
So far I have figured out by setting up this basic pattern chart that:
n a
1 0 +1
2 1 +4
3 5 +9
4 14
Is the equation always the same? or does it change with the given information. I got this wrong and would appreciate understanding why? I understand how to make derive the sequence information. What if I need the 50th term? I can easily get the ninth term as in the previous question on this assignment. But having trouble understanding how to write the formula.
I appreciate you help. This is a wonderful resource for students who take math seriously because the tutors answer the questions so thoroughly. Again, thank you in advance.
Justina Answer by Theo(13342) (Show Source):
you are given that the a[1] = 0
the rest of them are derived from the formula.
the same formula is used every time.
let me know if this solves the problem for you.