So I went the extremely long way to find out the way to tab win/loss + placeValue.
10 possible places for a 32-man bracket; so I made ten 10s. then I wanted to double that base value of 10 to make 1st place's placeValue. Now I have one 20 and nine 10s; but that doesn't add to 100~. So I subtracted from the nine10s enough to offset the additional10 that 1st place gets in order to be 20. Now I have one20 and nine8.9s (20+(8.9*9) = 100.1 which is close enough).
I kept doing that, always doubling the base value and subtracting the 1.1 each time I moved down a place. I know that the formula for that is ((10*2))-(1.1place#)) where place# is what place you got with 1st being 1, 2nd being 2,..., 7th being 6, 9th being 7, etc., etc..
What I wanna know is what was the original formula for getting......
Gaaaawwwwdddddddammit I think I just answered my own question