Answer:
<em>{9,19,39,79}</em>
Step-by-step explanation:
<u>Recursive Sequences</u>
The recursive sequence can be identified because each term is given as a function of one or more of the previous terms. Being n an integer greater than 1, then:
f(n) = 2f(n-1)+1
f(1) = 4
To find the first four terms of the sequence, we set n to the values {2,3,4,5}
f(2) = 2f(1)+1
Since f(1)=4:
f(2) = 2*4+1
f(2) = 9
f(3) = 2f(2)+1
Since f(2)=9:
f(3) = 2*9+1
f(3) = 19
f(4) = 2f(3)+1
Since f(3)=19:
f(4) = 2*19+1
f(4) = 39
f(5) = 2f(4)+1
Since f(4)=39:
f(5) = 2*39+1
f(5) = 79
Answer:
m = -1/4
Step-by-step explanation:
4y + x = 8
Arrange the equation in a slope intercept form y = mx+b, where m is the slope
4y + x = 8, subtract x from both sides
4y = -x +8, divide both sides by 4
y = -x/4 + 8/4 , simplify
y = -x/4 + 2, compare this to the general form y=mx+b and we see that the slope m = -1/4
Answer: By the 8th week.
Step-by-step explanation:
Let the time that matteo and luca have the same amount of money be represented by x.
The information given in the question can be formed into an equation as:
400 - 10x = 200 + 15x
Collect like terms
400 - 200 = 15x + 10x
200 = 25x
x = 200/25
x = 8
Matteo and Luca will have the same amount of money by the 8th week.
Yes, yes it is; well done.