Ask a New Question
Search
Write a function to represent the geometric sequence 6, 18, 54, . . . .(1 point)
1 answer
def geometric_sequence(n):
return 6 * (3 ** (n - 1))
Ask a New Question
or
answer this question
.
Similar Questions
Write a function to represent the geometric sequence 6, 18, 54, . . . .(1 point)
1 answer
Write a function to represent the geometric sequence 6, 18, 54, .... (1 point)
• f(x) = 6(3)*-1 • f(x) = 6(3)* • f(x) =
1 answer
A geometric sequence has a initial value of 1/2 and a common ratio of 8. Write an exponential function to represent this
1 answer
A geometric sequence has an initial value of 1/2 a a common ratio of 8.write an exponential function to represent this sequence.
1 answer
more similar questions