Answer:
I think it may be C? I used desmos to graph it but I'm not 100%
Answer:
15,120 gallons of water
Step-by-step explanation:
to find the volume, your equation is
v=length * width * height
v=30*18*4=2160 feet cubed
2160*7=15120
So from solving the problem, we know that the answer must equal -28.
When you solve all of the given options, we find that the only one that does equal -28 would be A.) (-6)(4) + (-6)(2/3).
When I doubt, solve it out. I hope I could help!
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence
Answer:
, 12, 48, 192...
a. Write a recursive formula for the nth term of the sequence
Ans: a(n+1) = 4*a(n)
------------------------------
b. Write a general formula for the nth term of the sequence
a(n) = 3*4^(n-1)
--------------
c. Calculate S10 for this sequence
Geometric sequence with a(1) = 3 and r = 4
----?
Step-by-step explanation: