| 
 | 
back to boardAnother way to avoid using trunc(), frac(), floor(), ceil(), and so on... P and Q are real and given with two digits precision. If we multiply P,Q on 100 we will have integers only. We just need to consider:   10000 * conductors > population * P 10000 * conductors < population * Q   All variables are integer.   Good luck.    |  
  | 
|