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:
<h2>6! = 720</h2><h2>(4! × (6 - 4)!) = 48</h2>
Step-by-step explanation:
n! = 1 · 2 · 3 · 4 · ... · n
6! = 1 · 2 · 3 · 4 · 5 · 6 = 720
(4! × (6 - 4)!) = (1 · 2 · 3 · 4 × 2!) = 24 × 1 · 2 = 24 × 2 = 48
Express the line in slope intercept form
this is done by making y the subject.
y = 3x/2 + 4
slope is 3/2
product of perpendicular lines is negative one
let me slope of the other line
m * 3/2 = - 1
m = - 2/3
Answer:
The second group represents function f.
Step-by-step explanation:
Hope it helps...
Have a great day