Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Answer:
97 and 1/8
Step-by-step explanation:
(4 + 7 + 5 + 5 + 2) + (14 5/8 + 14 3/4 + 14 7/8 + 15 + 15 1/8)
23 + (14 5/8 + 14 3/4 + 14 7/8 + 15 + 15 1/8)
23 + 74 1/8
97 and 1/8
If you would like to solve the system of linear equations, you can do this using the following steps:
2x - y = -1 ... y = 2x + 1
2x + y = -7 ... y = -7 - 2x
The correct result would be: y = 2x + 1, <span>2x + y = -7.</span>
You can either do this on the calculator, or in your head. As its a larger number, it is worth doing it on the calculator.
413/14= 29.5
The alternative method is to list all of the tens multiples, and the smaller multiples when you're getting close to the answer, and this will be able to help you.
14x10= 140
14x20=280
14x30= 420 (which is slightly too big)
14x29= 406 (slightly too small)
14x29.5= 413
Hope this helps :)