Hello!
I have the following formula -
a*k1 + b*k2 + c*k3 = P
This is a formula I'm trying to build. It will be used to calculate price of a specific good (P) according to criterions k1,k2,k3. Every k have its own value, that's why its being multiplied by coefficients a,b and c.
I have a...