If arithmetic mean of two number is 5 one of this number is 3 then what will be the other number

Try the new Google Books

Check out the new look and enjoy easier access to your favorite features

If arithmetic mean of two number is 5 one of this number is 3 then what will be the other number

In mathematics and statistics, the arithmetic mean ( /ˌærɪθˈmɛtɪk ˈmn/ air-ith-MET-ik) or arithmetic average, or simply just the mean or the average (when the context is clear), is the sum of a collection of numbers divided by the count of numbers in the collection.[1] The collection is often a set of results of an experiment or an observational study, or frequently a set of results from a survey. The term "arithmetic mean" is preferred in some contexts in mathematics and statistics, because it helps distinguish it from other means, such as the geometric mean and the harmonic mean.

In addition to mathematics and statistics, the arithmetic mean is used frequently in many diverse fields such as economics, anthropology and history, and it is used in almost every academic field to some extent. For example, per capita income is the arithmetic average income of a nation's population.

While the arithmetic mean is often used to report central tendencies, it is not a robust statistic, meaning that it is greatly influenced by outliers (values that are very much larger or smaller than most of the values). For skewed distributions, such as the distribution of income for which a few people's incomes are substantially greater than most people's, the arithmetic mean may not coincide with one's notion of "middle", and robust statistics, such as the median, may provide better description of central tendency.

Given a data set X = { x 1 , … , x n } {\displaystyle X=\{x_{1},\ldots ,x_{n}\}}  , the arithmetic mean (or mean or average), denoted x ¯ {\displaystyle {\bar {x}}}   (read x {\displaystyle x}   bar), is the mean of the n {\displaystyle n}   values x 1 , x 2 , … , x n {\displaystyle x_{1},x_{2},\ldots ,x_{n}}  .[2]

The arithmetic mean is the most commonly used and readily understood measure of central tendency in a data set. In statistics, the term average refers to any of the measures of central tendency. The arithmetic mean of a set of observed data is defined as being equal to the sum of the numerical values of each and every observation, divided by the total number of observations. Symbolically, if we have a data set consisting of the values a 1 , a 2 , … , a n {\displaystyle a_{1},a_{2},\ldots ,a_{n}}  , then the arithmetic mean A {\displaystyle A}   is defined by the formula:

A = 1 n ∑ i = 1 n a i = a 1 + a 2 + ⋯ + a n n {\displaystyle A={\frac {1}{n}}\sum _{i=1}^{n}a_{i}={\frac {a_{1}+a_{2}+\cdots +a_{n}}{n}}}  [3]

(for an explanation of the summation operator, see summation.)

For example, consider the monthly salary of 10 employees of a firm: 2500, 2700, 2400, 2300, 2550, 2650, 2750, 2450, 2600, 2400. The arithmetic mean is

2500 + 2700 + 2400 + 2300 + 2550 + 2650 + 2750 + 2450 + 2600 + 2400 10 = 2530. {\displaystyle {\frac {2500+2700+2400+2300+2550+2650+2750+2450+2600+2400}{10}}=2530.}  

If the data set is a statistical population (i.e., consists of every possible observation and not just a subset of them), then the mean of that population is called the population mean, and denoted by the Greek letter μ {\displaystyle \mu }  . If the data set is a statistical sample (a subset of the population), then we call the statistic resulting from this calculation a sample mean (which for a data set X {\displaystyle X}   is denoted as X ¯ {\displaystyle {\overline {X}}}  ).

The arithmetic mean can be similarly defined for vectors in multiple dimension, not only scalar values; this is often referred to as a centroid. More generally, because the arithmetic mean is a convex combination (coefficients sum to 1), it can be defined on a convex space, not only a vector space.

The arithmetic mean has several properties that make it useful, especially as a measure of central tendency. These include:

  • If numbers x 1 , … , x n {\displaystyle x_{1},\dotsc ,x_{n}}   have mean x ¯ {\displaystyle {\bar {x}}}  , then ( x 1 − x ¯ ) + ⋯ + ( x n − x ¯ ) = 0 {\displaystyle (x_{1}-{\bar {x}})+\dotsb +(x_{n}-{\bar {x}})=0}  . Since x i − x ¯ {\displaystyle x_{i}-{\bar {x}}}   is the distance from a given number to the mean, one way to interpret this property is as saying that the numbers to the left of the mean are balanced by the numbers to the right of the mean. The mean is the only single number for which the residuals (deviations from the estimate) sum to zero.
  • If it is required to use a single number as a "typical" value for a set of known numbers x 1 , … , x n {\displaystyle x_{1},\dotsc ,x_{n}}  , then the arithmetic mean of the numbers does this best, in the sense of minimizing the sum of squared deviations from the typical value: the sum of ( x i − x ¯ ) 2 {\displaystyle (x_{i}-{\bar {x}})^{2}}  . (It follows that the sample mean is also the best single predictor in the sense of having the lowest root mean squared error.)[2] If the arithmetic mean of a population of numbers is desired, then the estimate of it that is unbiased is the arithmetic mean of a sample drawn from the population.

Additional properties

  • A v g ( c ∗ a 1 , c ∗ a 2 . . . c ∗ a n ) {\displaystyle Avg(c*a_{1},c*a_{2}...c*a_{n})}   = c ∗ A v g ( a 1 , a 2 . . . a n ) {\displaystyle c*Avg(a_{1},a_{2}...a_{n})}  
  • The Arithmetic mean of any amount of equal-sized number groups together is the Arithmetic mean of the Arithmetic means of each group.

The arithmetic mean may be contrasted with the median. The median is defined such that no more than half the values are larger than, and no more than half are smaller than, the median. If elements in the data increase arithmetically, when placed in some order, then the median and arithmetic average are equal. For example, consider the data sample 1 , 2 , 3 , 4 {\displaystyle {1,2,3,4}}  . The average is 2.5 {\displaystyle 2.5}  , as is the median. However, when we consider a sample that cannot be arranged so as to increase arithmetically, such as 1 , 2 , 4 , 8 , 16 {\displaystyle {1,2,4,8,16}}  , the median and arithmetic average can differ significantly. In this case, the arithmetic average is 6.2, while the median is 4. In general, the average value can vary significantly from most values in the sample, and can be larger or smaller than most of them.

There are applications of this phenomenon in many fields. For example, since the 1980s, the median income in the United States has increased more slowly than the arithmetic average of income.[4]

A weighted average, or weighted mean, is an average in which some data points count more heavily than others, in that they are given more weight in the calculation.[5] For example, the arithmetic mean of 3 {\displaystyle 3}   and 5 {\displaystyle 5}   is ( 3 + 5 ) 2 = 4 {\displaystyle {\frac {(3+5)}{2}}=4}  , or equivalently ( 1 2 ⋅ 3 ) + ( 1 2 ⋅ 5 ) = 4 {\displaystyle \left({\frac {1}{2}}\cdot 3\right)+\left({\frac {1}{2}}\cdot 5\right)=4}  . In contrast, a weighted mean in which the first number receives, for example, twice as much weight as the second (perhaps because it is assumed to appear twice as often in the general population from which these numbers were sampled) would be calculated as ( 2 3 ⋅ 3 ) + ( 1 3 ⋅ 5 ) = 11 3 {\displaystyle \left({\frac {2}{3}}\cdot 3\right)+\left({\frac {1}{3}}\cdot 5\right)={\frac {11}{3}}}  . Here the weights, which necessarily sum to the value one, are ( 2 / 3 ) {\displaystyle (2/3)}   and ( 1 / 3 ) {\displaystyle (1/3)}  , the former being twice the latter. The arithmetic mean (sometimes called the "unweighted average" or "equally weighted average") can be interpreted as a special case of a weighted average in which all the weights are equal to each other (equal to 1 2 {\displaystyle {\frac {1}{2}}}   in the above example, and equal to 1 n {\displaystyle {\frac {1}{n}}}   in a situation with n {\displaystyle n}   numbers being averaged).

Continuous probability distributions

 

Comparison of two log-normal distributions with equal median, but different skewness, resulting in different means and modes

If a numerical property, and any sample of data from it, could take on any value from a continuous range, instead of, for example, just integers, then the probability of a number falling into some range of possible values can be described by integrating a continuous probability distribution across this range, even when the naive probability for a sample number taking one certain value from infinitely many is zero. The analog of a weighted average in this context, in which there are an infinite number of possibilities for the precise value of the variable in each range, is called the mean of the probability distribution. A most widely encountered probability distribution is called the normal distribution; it has the property that all measures of its central tendency, including not just the mean but also the aforementioned median and the mode (the three M's[6]), are equal to each other. This equality does not hold for other probability distributions, as illustrated for the log-normal distribution here.

Angles

Particular care must be taken when using cyclic data, such as phases or angles. Naively taking the arithmetic mean of 1° and 359° yields a result of 180°. This is incorrect for two reasons:

  • Firstly, angle measurements are only defined up to an additive constant of 360° (or 2π, if measuring in radians). Thus one could as easily call these 1° and −1°, or 361° and 719°, since each one of them gives a different average.
  • Secondly, in this situation, 0° (equivalently, 360°) is geometrically a better average value: there is lower dispersion about it (the points are both 1° from it, and 179° from 180°, the putative average).

In general application, such an oversight will lead to the average value artificially moving towards the middle of the numerical range. A solution to this problem is to use the optimization formulation (viz., define the mean as the central point: the point about which one has the lowest dispersion), and redefine the difference as a modular distance (i.e., the distance on the circle: so the modular distance between 1° and 359° is 2°, not 358°).

 

Proof without words of the inequality of arithmetic and geometric means:
PR is a diameter of a circle centred on O; its radius AO is the arithmetic mean of a and b. Using the geometric mean theorem, triangle PGR's altitude GQ is the geometric mean. For any ratio a:b, AO ≥ GQ.

The arithmetic mean is often denoted by a bar, (a.k.a vinculum or macron), for example as in x ¯ {\displaystyle {\bar {x}}}   (read x {\displaystyle x}   bar).[2]

Some software (text processors, web browsers) may not display the x̄ symbol properly. For example, the x̄ symbol in HTML is actually a combination of two codes - the base letter x plus a code for the line above (̄ or ¯).[7]

In some texts, such as pdfs, the x̄ symbol may be replaced by a cent (¢) symbol (Unicode &#162), when copied to text processor such as Microsoft Word.

 

Geometric proof without words that max (a,b) > root mean square (RMS) or quadratic mean (QM) > arithmetic mean (AM) > geometric mean (GM) > harmonic mean (HM) > min (a,b) of two distinct positive numbers a and b [8]

  • Fréchet mean
  • Generalized mean
  • Geometric mean
  • Harmonic mean
  • Inequality of arithmetic and geometric means
  • Mode
  • Sample mean and covariance
  • Standard deviation
  • Standard error of the mean
  • Summary statistics

  1. ^ Jacobs, Harold R. (1994). Mathematics: A Human Endeavor (Third ed.). W. H. Freeman. p. 547. ISBN 0-7167-2426-X.
  2. ^ a b c Medhi, Jyotiprasad (1992). Statistical Methods: An Introductory Text. New Age International. pp. 53–58. ISBN 9788122404197.
  3. ^ Weisstein, Eric W. "Arithmetic Mean". mathworld.wolfram.com. Retrieved 21 August 2020.
  4. ^ Krugman, Paul (4 June 2014) [Fall 1992]. "The Rich, the Right, and the Facts: Deconstructing the Income Distribution Debate". The American Prospect.
  5. ^ {{Cite web|title=Mean {{!}tannica.com/science/mean|access-date=2020-08-21|website=Encyclopedia Britannica|language=en}}
  6. ^ Thinkmap Visual Thesaurus (30 June 2010). "The Three M's of Statistics: Mode, Median, Mean June 30, 2010". www.visualthesaurus.com. Retrieved 3 December 2018.
  7. ^ "Notes on Unicode for Stat Symbols". www.personal.psu.edu. Retrieved 14 October 2018.
  8. ^ If AC = a and BC = b. OC = AM of a and b, and radius r = QO = OG.
    Using Pythagoras' theorem, QC² = QO² + OC² ∴ QC = √QO² + OC² = QM.
    Using Pythagoras' theorem, OC² = OG² + GC² ∴ GC = √OC² − OG² = GM.
    Using similar triangles, HC/GC = GC/OC ∴ HC = GC²/OC = HM.

  • Huff, Darrell (1993). How to Lie with Statistics. W. W. Norton. ISBN 978-0-393-31072-6.
  • Calculations and comparisons between arithmetic mean and geometric mean of two numbers
  • Calculate the arithmetic mean of a series of numbers on fxSolver

Mathematics

Retrieved from "https://en.wikipedia.org/w/index.php?title=Arithmetic_mean&oldid=1083381704"