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:
No
Step-by-step explanation:
Genius
We can find a formula for nth term of the given sequence as follows:
1, 5, 12, 22, 35
The 1st differences between terms:
4, 7, 10, 13
The 2nd differences :
3, 3, 3
Since it takes two rounds of differences to arrive at a constant difference between terms, the nth term will be a 2nd degree polynomial of the form:
, where c is a constant. The coefficients a, b, and the constant c can be found.
We can form the following 3 equations with 3 unknowns a, b, c:

Solving for a, b, c, we get:
a = 3/2, b = -1/2, c = 0
Therefore, the nth term of the given sequence is:

Answer:
The excluded value is x = 5/6
Step-by-step explanation:
Here, we want to calculate the excluded value
The excluded value is simply the value of x that will make the denominator of the fraction equals zero
We have this as;
6x -5 = 0
6x = 5
x = 5/6