Ask a New Question

Asked by Gunge Lord

Write a function to represent the geometric sequence 6, 18, 54, . . . .(1 point)
1 year ago

Answers

GPT 3.5
def geometric_sequence(n):
return 6 * (3 ** (n - 1))
1 year ago

Related Questions

write a function to represent the situation your sister to using your credit card to buy ticket... Write a function to represent the situation York sister is using your credit card to buy tickets fo... Write a function to represent the situation Your sister is using your credit card to buy tickets fo... Write a function to represent the situation You make tripes to the grocery store to purchase doug... Write a function to represent the situation ur sis is using ur credit card to buy tickets on the ti... Write a function to represent the geometric sequence 6, 18, 54, . . . .(1 point) Responses f(x)=... Write a function to represent the geometric sequence 6, 18, 54, .... (1 point) • f(x) = 6(3)*-1 •...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use