[{(Disclaimer: If it's more appropiate in a different section, please don't yell, just move it.}])
Problem:
If a candidate Smith trails a candidate Jones by 20K votes, and there's 50K votes still outstanding, what is the percentage needed of the still outstanding 50K votes to overcome Jones?
If:
- "x" < 1
- S = number of votes for Smith
- J = number of votes for Jones
then:
Yes, intuitively I knów the answer (x = 0,7 ), but how do I get there mathematically? Something like:
x * S - (1-x) * J = 20
x * S + (1-x) * J = 50
I don't how to solve 2 equations with 3 unknowns, but I also don't know if that is a good mathematical representation of the problem.