Skip to main content
Statistics LibreTexts

Perform Signed Number Arithmetic

  • Page ID
    4727
  • \( \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

    1. Add signed numbers.
    2. Subtract signed numbers.
    3. Multiply signed numbers.
    4. Divide signed numbers.

    Even though negative numbers seem not that common in the real world, they do come up often when doing comparisons. For example, a common question is how much bigger is one number than another, which involves subtraction. In statistics we don't know the means until we collect the data and do the calculations. This often results in subtracting a larger number from a smaller number which yields a negative number. Because of this and for many other reasons, we need to be able to perform arithmetic on both positive and negative numbers.

    Adding Signed Numbers

    We will assume that you are very familiar with adding positive numbers, but when there are negative numbers involved, there are some rules to follow:

    1. When adding two negative numbers, ignore the negative signs, add the positive numbers and then make the result negative.
    2. When adding two numbers such that one is positive and the other is negative, ignore the sign, subtract the smaller from the larger. If the larger of the positive numbers was originally negative, then make the result negative. Otherwise keep the result positive.

    Example \(\PageIndex{1}\)

    Add: \[-4+\left(-3\right) \nonumber \]

    Solution

    First we ignore the signs and add the positive numbers.

    \[4+3=7 \nonumber \]

    Next we make the result negative.

    \[-4+\left(-3\right)=-7 \nonumber \]

    Example \(\PageIndex{2}\)

    Add: \[-2+5 \nonumber \]

    Solution

    Since one of the numbers is positive and the other is negative, we subtract:

    \[5-2=3 \nonumber \]

    Of the two numbers, 2 and 5, 5 is the larger one and started positive. Hence we keep the result positive:

    \[-2+5=3 \nonumber \]

    Subtracting Numbers

    Subtraction comes up often when we want to find the width of an interval in statistics. Here are the cases for subtracting: \(a-b\):

    1. If \(a\ge b\ge0\), then this is just ordinary subtraction.
    2. If \(b\ge a\ge0\), then find \(b-a\) and make the result negative.
    3. If \(a<0,\:b\ge0\), then make both positive, add the two positive numbers and make the result negative.
    4. If \(b<0\) then you use the rule that subtracting a negative number is the same as adding the positive number.

    Example \(\PageIndex{3}\)

    Evaluate \(5-9\)

    Solution

    Since 9 is bigger than 5, we subtract:

    \[9-5\:=\:4 \nonumber \]

    Next, we make the result negative to get:

    \[5-9=-4 \nonumber \]

    Example \(\PageIndex{4}\)

    Evaluate \(-9-4\)

    Solution

    We are in the case \(a<0,\:b\ge0\). Therefore, we first make both positive and add the positive numbers.

    \[9+4\:=\:13 \nonumber \]

    The final step is to make the answer negative to get

    \[-9-4=-13 \nonumber \]

    Example \(\PageIndex{5}\): Uniform distributions

    In statistics, we call a distribution Uniform if an event is just as likely to be in any given interval within the bounds as any other interval within the bounds as long as the intervals are both of the same width. Finding the width of a given interval is usually the first step in solving a question involving uniform distributions. Suppose that the temperature on a winter day has a Uniform distribution on [-8,4]. Find the width of this interval

    Solution

    To find the width of an interval, we subtract the left endpoint from the right endpoint:

    \[4\:-\:\left(-8\right) \nonumber \]

    Since we are subtracting a negative number, the "-" signs become addition:

    \[4-\left(-8\right)\:=\:4+8=12 \nonumber \]

    Thus the width of the interval is 12.

    Multiplying and Dividing Signed Numbers

    When we have a multiplication or division problem, we just remember that two negatives make a positive. So if there are an even number of negative numbers that are multiplied or divided, the result is negative. If there are an odd number of negative numbers that are multiplied or divided, the result is positive.

    Example \(\PageIndex{6}\)

    Perform the arithmetic:

    \[\frac{\left(-6\right)\left(-10\right)}{\left(-4\right)\left(-5\right)} \nonumber \]

    Solution

    First, just ignore all of the negative signs and multiply the numerator and denominator separately:

    \[\frac{\left(6\right)\left(10\right)}{\left(4\right)\left(5\right)}=\frac{60}{20} \nonumber \]

    Now divide:

    \[\frac{60}{20}=\frac{6}{2}=3 \nonumber \]

    Finally, notice that there are four negative numbers in the original multiplication and division problem. Four is an even number, so the answer is positive:

    \[\frac{\left(-6\right)\left(-10\right)}{\left(-4\right)\left(-5\right)}=3 \nonumber \]

    Example \(\PageIndex{7}\)

    A confidence interval for the population mean difference in books read per year by men and women was was found to be [-4,1]. Find the midpoint of this interval.

    Solution

    First recall that to find the midpoint of two numbers, we add then and then divide by 2. Hence, our first step is to add -4 and 1. Since 1 is positive and -4 is negative, we first subtract the two numbers:

    \[4-1=3 \nonumber \]

    Of the two numbers, 4 and 1, 4 is the larger one and started negative. Hence we change the sign to negative::

    \[-4+1=-3 \nonumber \]

    The final step in finding the midpoint is to divide by 2. First we divide them as positive numbers:

    \[\dfrac{3}{2}=1.5 \nonumber \]

    Since the original quotient has a single negative number (an odd number of negative numbers), the answer is negative. Thus the midpoint of -4 and 1 is -1.5.

    Exercise

    The difference between the observed value and the expected value in linear regression is called the residual. Suppose that the three observed values are: -4, 2, and 5. The expected values are -3, 7, and -1. First find the residuals and then find the sum of the residuals.


    This page titled Perform Signed Number Arithmetic is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Larry Green.

    • Was this article helpful?