POINTS = [N / (N + 50) * H] + [50 / (N + 50) * L]
llllllllllllllllllllllllllllllllllllllllllllllllll
Calculation of H & L:
a = # of 5* commits
b = # of 4*
c = # of 3*
d = # of 2*
e = # of 1*
H = 250a + 140b + 75c + 20d + 10e
L = 18a + 12b + 8c + 3d + e
lllllllllllllllllllllllllllllllllllllllllllllllll
CALCULATION OF N:
PART A:
10 pts. for each commit on the Rivals 100 (high school) ranked 1-10
9 pts. for each commit on the Rivals 100 (high school) ranked 11-20
etc. down to...
1 pt. for each commit on the Rivals 100 (high school) ranked 91-100
-----------------------------------
PART B:
10 pts. for each commit on the Rivals 100 (non-high school) ranked 1-10
9 pts. for each commit on the Rivals 100 (non-high school) ranked 11-20
etc. down to...
6 pts. for each commit on the Rivals 100 (non-high school) ranked 41-50
----------------------
PART C:
24 pts. for each commit ranked #1 on his official position ranking
18 pts. for each commit ranked #2-5 on his official position ranking
8 pts. for each commit ranked 6-X on his official position ranking, where X is dependent on detail position, as listed below:
--Dual-threat QB: 25
--Pro-style QB: 25
--Running Back: 35
--All-Purpose Back: 15
--Fullback: 15
--Wide Receiver: 50
--Tight End: 20
--Offensive Tackle: 40
--Offensive Guard: 30
--Offensive Center: 10
--Defensive Tackle: 50
--Weakside Defensive End: 20
--Strongside Defensive End: 30
--Inside Linebacker: 35
--Outside Linebacker: 35
--Cornerback: 40
--Safety: 30
--Athlete: 25
--Kicker: (no points awarded for rank lower than 5th)
--------------------------------------
PART D:
If the team's average stars are greater than 3, then you must also add the following formula to N:
(AVG Stars - 3) x 100
SO....
N = PART A + PART B + PART C + PART D (if applicable)
-----------------------------------
Go back and plug in your values for H, L and N. Using order of operations, you should be able to solve easily with a calculator.