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:
where
.
The number of players compete in round 7 will be 4.
Step-by-step explanation:
The number of players in a tennis tournament is reduced by half (50%) after every round. In round 1 there are 256 players, in round 2 there are 128 players, and so on.
So, the number of players is multiplied by
gives the number of players in the next round.
Therefore, the explicit function of number of players in nth round is given by
where
.
Therefore, the number of players compete in round 7 will be
. (Answer)
13+3k=11
-Move constant to the right-hand side and change its sign
3k=11-13
Calculate the difference
3k=-2
Divide both sides by 3
K= -2/3
Answer:
every point where x is greater than y or y-x<0
namely, every point below the straight line y=x that cuts the cartesian plane in two
Step-by-step explanation: