He I am not to good in math but I have a situation I need to calculate.
Sorry if this looks stupid I really doubt my self if it comes to calculating numbers.
I have the following numbers:
- gross kg: 100kg
- loss due to production: 2kg per box
- invoice kg: 8kg per box
Now I need to know how many boxes I can fill
Found the answer:
-------------------------------------
| raw | kg/box | los kg/box | total |
-------------------------------------
| 100 | 8kg | 2kg | 10kg |
-------------------------------------
How many boxes can I fill calculation:
100 / 10 = 10
8 X 10 = 80
chek 10 X 10 = 100 minus is trash 100 - 80 = 20
Now I have 80kg left and I can put this in:
80 / 8 = 20 20 boxes of 8kg
cheksum:
10 X 10 = 100
10 X 8 = 80
10 X 2 = 20
80 + 20 = 100
So the final numbers are:
---------------------------------------------
| raw | trash | leftover | boxes with 8kg |
---------------------------------------------
|100kg| 20kg | 80kg | 10 |
---------------------------------------------
In the end it was really easy an logic but I am dyslexic. I find it hard to calculate in my head so I have to write everything on paper. Sometime taking very long time for simple questions.