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:
Even
Step-by-step explanation:
Any two numbers you multiply together that are both even will always result in an even number. For example 48x24=1152. You can use any two even numbers and you will always get and even product.
They are there unit distance away from each other
Step-by-step explanation:
3 more than twice n = 3+2n
3 more than twice n is atmost 50,
=> 3+2n <= 50 {(3+2n) is less than or equal to 50}
Answer:
x = 70
y = 110
z = 30
Step-by-step explanation:
all triangles add up to 180
30 + 80 = 110
180 - 110 = 70
x = 70
30 + 40 = 70
70 + 80 = 150
180 - 150 = 30
z = 30
40 + 30 = 70
180 - 70 = 110
y = 110