7. f(1) = 3, f(n) = [f(n-1)]2
2 answers:
i don't understand what you're quastion is
so let me tell you something
if you see when we go up from 1 its start to twice the number
for example
f(n)=2f(n-1)
let n equal to 2
f(2)=2f(1)
and f(1)=3
so f(2)=6
lets continue
let n equal to 3
f(3)=2f(2)
and f(2) equal to 6
so f(3)=12
so we relaised that when we go up from 1 its start to twice
and we take down number from 1 its start to take half
for example
f(n)= 2f(n-1)
let the n equal to 1
f(1)=2f(0)
f(1)=3 so
3=2f(0)
f(0)=3/2
now let the n equal to 0
f(0)=2f(-1)
f(0)=3/2
f(-1)=3/4
so we can make this equation
f(x)=3/2×(2)^x
we can sample it
so its become
f(x)=3×(2)^(x-1)
have a great day and Sorry for my bad engilish i try my best to explain
Answer:
f (1) = 3
f (n) = [f (n-1)]2
f (n) = [fn-f]2
f (n) = [fn-3]2
f (n) = 2fn-6
f (n) = 2×3-6
f (n) = 6-6
f (n) = 0
You might be interested in
A bar graph since I'm only going up by fives it's easy to show as a bar graph
Answer:
The new TV screen is 12.1 centimeters wide.
Step-by-step explanation:
Find 10% of 11:
0.10 x 11 = 1.1
Add 1.1 to the original size.
11 + 1.1 = 12.1
hope this helps
A vertical line has an undefined slope.
vertical lines are X= something
in this case it needs to intercept 9.
so it is X=9
Answer: 22
Step-by-step explanation:
just plug in 5 Hope I help u
X^2 - 10x + 15 = 0
x^2 - 10x = -15
x^2 - 10x + 25 = -15 + 25
(x - 5)^2 = 10 <====
x - 5 = (+-)sqrt 10
x = 5 (+-) sqrt 10
solutions are :
x = 5 + sqrt 10 and x = 5 - sqrt 10