Answer:
D. 26
Explanation:
10% = 6.5
6.5 x 4 = 26
Answer:
6 cm
Step-by-step explanation:
The volume of a cone = (1/3) πr²h
72π = (1/3) π r² 6
72 = (1/3) r² 6
Divide both sides by 6
12 = (1/3) r²
Multiply both sides by 3
36 = r²
So r (radius) = 6 cm
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15
Answer:
x = 3
Step-by-step explanation:
-4x-5+2x = -11
(-4x+2x)-5 = -11
-2x-5 = -11
-2x-5+5 = -11+5
-2x/-2 = -6/-2
x = 3