Conceptual difference between weighted arithmetic mean and ordinary arithmetic mean

357 Views Asked by At

I'm having a hard time understanding what does these values really represents, most about the weighted mean actually. I will give an example:

In a factory there's 2 equipments:

Equipment 1 produces 100 tons in 10 hours

Equipment 2 produces 100 tons in 2 hours

If we calculate the arithmetic mean that's easy as (100 + 100) / (10 + 2) = 16,6 t/h.

If we calculate the weighted arithmetic mean on volume, that should be:

 (50t/h * 100t + 10t/h * 100t) / (100t + 100t)
 = 6000t²/h / 200t =
 = 30t/h

Ok, now what does these values really mean? The arithmetic mean, 16,6t/h, I think it simply means that each hour of the day we will have 16,6 tons of the product being produced, is that correct? Now what about the 30 t/h? Is it right to think that after one hour of the day I will have 30 tons of the product? How so?

Thanks!

1

There are 1 best solutions below

0
On

No, it's right to think that after one hour "each" machine has produced on average 30 tons making a total of 60 tons.