Comparing a set of values to a changing expected set of values to give score out of $10$

16 Views Asked by At

I'm kind of a math noob, and I'm developing a web app that's in dire need of a scoring algorithm.

The basis of it is that were scoring influencers on their influence. I want our score to go something like this if $x$% of followers like and y% of likes comment then the score is a $10$. How could I implement a multiplier that'd allow me to change the $x$ and $y$ while comparing it to actual values.

Sorry for the lengthy question!

Best, Ethan