function result ( price, fuel, gas, path, ek ) {
return Math.round(100 * price /((fuel - gas) * path * ek/100))/100;
}