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:
f(3)=11
Step-by-step explanation:
given f(x)=4x-1.............(1)
put x=3
f(3)=
-1
f(3)=12-1
f(3)=11 answer
Answer:
rectangle and a square
Step-by-step explanation:
Y=5x-4 is linear
y=x/3 is linear
y=x^3+1/3 is non linear
Basically linear means it is a straight line when graphed. So anything with exponts is non linear by default among some other rules for determining linear or nonlinear Hope this helps! Please rate my answer and help me also! Thank YOU!!!!!:)