Skip to main content
Statistics LibreTexts

Order of Operations in Expressions and Formulas

  • Page ID
    4726
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Outcomes

    • Use Order of Operations in Statistics Formulas.

    We have already encountered the order of operations: Parentheses, Exponents, Multiplication and Division, Addition and Subtraction. In this section, we will give some additional examples where the order of operations must be used properly to evaluate statistics.

    Example \(\PageIndex{1}\)

    The sample standard deviation asks us to add up the squared deviations, take the square root and divide by one less than the sample size. For example, suppose that there are three data values: 3, 5, 10. The mean of these values is 6. Then the standard deviation is:

    \[s=\sqrt{\frac{\left(3-6\right)^2+\left(5-6\right)^2+\left(10-6\right)^2}{3-1}}\nonumber\]

    Evaluate this number rounded to the nearest hundredth.

    Solution

    The first thing in the order of operations is to do what is in the parentheses. We must subtract:

    \[3-6=-3,\:\:\:5-6\:=\:-1,\:\:\:10-6=4 \nonumber\]

    We can substitute the numbers in to get:

    \[=\sqrt{\frac{\left(-3\right)^2+\left(-1\right)^2+\left(4\right)^2}{3-1}}\nonumber\]

    Next, we exponentiate:

    \[\left(-3\right)^2=9,\:\:\:\left(-1\right)^2=1,\:\:\:4^2=16 \nonumber\]

    Substitute these in to get:

    \[\sqrt{\frac{9+1+16}{3-1}} \nonumber\]

    We can now perform the addition inside the square root to get:

    \[\sqrt{\frac{26}{3-1}} \nonumber\]

    Next, perform the subtraction of the denominator to get:

    \[\sqrt{\frac{26}{2}} \nonumber\]

    We can divide to get:

    \[\sqrt{13} \nonumber\]

    We don't want to do this by hand, so in a calculator or computer type in:

    \[13^{0.5} = 3.61 \nonumber\]

    Example \(\PageIndex{2}\)

    When calculating the probability that a value will be less than 4.6 if the value is taken randomly from a uniform distribution between 3 and 7, we have to calculate:

    \[\left(4.6-3\right)\times\frac{1}{7-3} \nonumber\]

    Find this probability.

    Solution

    We can use a calculator or computer, but we must be very careful about the order of operations. Notice that there are implied parentheses due to the fraction bar. The answer is:

    \[\dfrac{(4.6 - 3) \times 1}{7-3} \nonumber\]

    Using technology, we get:

    \[\left(4.6-3\right)\times\frac{1}{7-3}\:=\:0.4 \nonumber\]

    Exercise

    When finding the upper bound, \(U\), of a confidence interval given the lower bound, \(L\), and the margin of error, \(E\), we use the formula

    \[U=\:L+2E \nonumber\]

    Find the upper bound of the confidence interval for the proportion of babies that are born preterm if the lower bound is 0.085 and the margin of error is 0.03.


    This page titled Order of Operations in Expressions and Formulas is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Larry Green.

    • Was this article helpful?