I really do not get it . It’s this a question ? If so can you be a little more specific .
Start at (0, 72), then (1, 64), (2, 56), ETC. I hope you see the pattern! Do it until you reach (9, 0)
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
216 = x + y
y = 5x
216 = 6x
36 = x
y = 5(36)
y = 180
Species A can travel at a top speed of 180
Species B can travel at a top speed of 36