Solving Number Theory Problems: Follow-up Question on Calculating Averages"

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Physics news on Phys.org
Hey Astro,

You cannot do what you are suggesting for a pretty simple reason. Think of the one-dimensional number line. Each positive number x on the number line represents the distance between that number and 0. So, any line segment on the number line with length x lies on a closed interval [tex][0 + \alpha, x + \alpha][/tex] where [tex]\alpha[/tex] is an arbitrary constant in the real numbers. So, when you average the three numbers 1, 3, and 8, you are in fact averaging the lengths of three intervals [0,1], [0,3], [0,8] (here I'm taking [tex]\alpha[/tex] to be 0, but that's really inconsequential).

Your method posits taking half the length of the intervals [1,3] and [3,8] and averaging those values, which to be honest doesn't make any sense when you think of this geometrically. It also doesn't make sense logically, since you eliminated an interval in the process. However, you do have the germ of an idea here. If we consider three subintervals that lie on the interval [0,8]: [0,1], [1,3], and [3,8] and if we apply a version of your method:

[tex]\frac{1-0}{2} + \frac{3-1}{2} + \frac{8-3}{2}[/tex],

then we arrive at:

[tex]\frac{1 + 2 + 5}{2} = 4[/tex]

...which is the average of 1, 3, and 8. I'm not certain if I answered your question as thoroughly as you'd hoped, but I hope that this helps you in some way.