For example, when calculating trucks transporting coal, my variables are:
- c=5916 (from the constants table on the wiki page)
- a=22 (tons)
- d=137 (manhattan distance tiles between coal mine and power plant)
- t=36.8 (92 in-game days [e.g. Oct. 29 to Jan. 29] / 2.5 based on note from wiki)
- result of max function = 225.2
The problem is that the actual income from this route is between 3300 and 3500 (depending on breaking down, its a Balogh truck

What needs to be adjusted to fix this error?