( I actually created a python program to do this, if you want it, I'll paste it at the bottom :L)
1- 60
2-80
3-200
4-40
5-21
(I caught the change in equations :L)
6-33
7-2
8-3
Hope this helps, if not, comment below please!!!
(The code:)
print "__________________________________"
#weird percent thingy
#num1 is first number, num2 is is the percent (no decimal)
phrase=("number is percent of finder")
print (phrase)
num1=(1)
num2=(1)
result=(num1*100/num2)
print(result)