Answer:
f(n) = 2 * f(n - 1) + 1
Step-by-step explanation:
First, notice that the difference between each neighboring term is different, so it is not linear, so we can rule out A and B. Now, it's all about finding a pattern. Eventually, through guess and check, you will get 2 * f(n - 1) + 1.
Perhaps there was a typo in C? Idk!!
We know that
volume of a cylinder=pi*r²*h
r=√[V/(pi*h)]
r=10 m
A <span>second cylinder has
V2=V-----> volume of the second cylinder
h2=25*h----> height of the second cylinder
r2----> radius of the second cylinder
r2=</span>√[V2/(pi*h2)]----> r2=√[V/(pi*25*h)]---> r2=(1/5)*√[V/(pi*h)
r2=(1/5)*10-----> r2=2 m
the answer is
<span>the radius of the second cylinder is 2 m</span>
Answer:
x = 89
Step-by-step explanation:
The sum of the angles of a triangle add to 180 degrees
x+32+ 59 = 180
Combine like terms
x + 91 = 180
Subtract 91 from each side
x +91-91= 180-91
x = 89
Answer:
Step-by-step explanation:
You don't specify what you're supposed to do, so I'll make an educated guess.
Given the sequence f(1) = 4, f(n) = f(n − 1) + 11, find the first 5 terms:
f(1) = 4
f(2) = f(2 - 1) + 11 = f(1) + 11 = 4 + 11 = 15
f(3) = f(2) + 11 = 15 + 11 = 26
f(4) = f(3) + 11 = 26 + 11 = 37
f(5) = 37 + 11 = 48