Writing rules for sequences often requires a bit of creative thinking. Sometimes it helps to look a the differences between terms. After you have computed differences, you can compare them to constants, or terms in the sequence, or check to see if they have some sequence of their own. Sometimes the sequence is constructed so it has a pattern that is replicated over and over.
12. Differences are 5, 3, 8, 11. We see that the last of these correspond exactly to terms in the sequence. In fact, it appears that each term in the sequence is the sum of the previous two. Then the recursion relation is
... a[1] = 3
... a[2] = 8
... a[n] = a[n-1] + a[n-2]
_____
13. It appears that each term of the sequence is the opposite of the term 3 before it.
... a[1] = 1
... a[2] = 2
... a[3] = 1
... a[n] = -a[n-3]
Answer: 552 cubic meters
Step-by-step explanation: You want to find the volume. To do this, multiply each number with each other. 7 times 9 times 8 is 504 and 3 times 8 times 2 is 48. Then, add the two products. 504 plus 48 is 552.
You just divide both sides by 7:
7k/7 = 77/7
k = 77/7
k = 11
Final answer: k = 11
Answer:
3x - 4 =9
Step-by-step explanation:
divide the entire equation by 3
9x/3 - 12/3 = 36/3
3x - 4 = 9
So do you need help or are you asking people if they need help?