Good day to you all. I have a little problem I have been banging my head on for a while.
I have come to think that it is impossible, but I hope you can save me.
I have a fraction, $ \frac{num_i}{den_i} $., which takes different values over time.
The objective is to calculate $ \frac{average(num_i)}{average(den_i)} $.
I have at my disposal $ average (\frac{num_i}{den_i}) $ and $average(num_i) $
Is there any way to do this, or do I need to get $average(den_i)$ also?
Thanks a lot for your help.
Edit with an example
Let's take $\frac {1}{2},\frac{1}{3},\frac{1}{4}$
The information at my disposal is:
- The average of numerators is 1.
- The average of fractions is 0.36
Is it possible with the information I have to retrieve the average of denominators?
No, consider the example:
$A=\{{1\over2},{1\over3},{1\over6}\}$
$B=\{{1\over2},{1\over4},{1\over4}\}$
We have the numerator average $1$ and fraction average $1\over3$ for both cases yet average for denomiators are not the same.