Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
Answer:
Vertical distance between the valley and the summit = 8062.5 ft
Step-by-step explanation:
Distances above the sea level are denoted by positive notations and below the sea level by negative notation.
Summit of a mountain pass = 8050 (above the sea level)
Valley below the sea level = 12 and half ft = (-12.5) ft
Distance between the summit and the valley = 8050 - (-12.5)
= 8050 + 12.5
= 8062.5 ft
Therefore, Vertical distance = 8062.5 ft will be the answer.
Answer:
y=895•1.07^x Y is the population of quails and X is the amount of years that have passed.
Step-by-step explanation:
hope this helps