Answer:
C. y=36(1.2)t
Step-by-step explanation:
The number of members in the Club in t years after 2001 is given by an equation in the following format:

In which y(0) is the number of members in 2001 and r is the growth rate, as a decimal.
The number of members in the Triathlon Club was 36 in 2001 and has increased by 20% each year.
This means that 
So



The correct answer is C.
Answer:
Simplify each term.
49
v
^2 + 2352
v
^4
Step-by-step explanation:
Answer:
YZ = 1
XY = 1.5
XYZ 1.33
Step-by-step explanation:
Answer:
26.875 = 26.88
86km = 60 minutes
86km/2=
43
43/1.6(kilometers in miles)
26.88
hope this helps uwu
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end