Whole Numbers & Operations

Study Sheet

Whole Numbers & Operations

Place value, rounding, the four operations, order of operations, and exponents

Place Value & Reading Large Numbers

Concept
The Rule

In our number system, the place of a digit tells you its value. Moving left, each place is worth ten times more than the one to its right. Reading right to left the places are: ones, tens, hundreds, then thousands, ten-thousands, hundred-thousands, then millions, ten-millions, hundred-millions.

We group digits into periods of three (ones, thousands, millions) separated by commas. Read each period, then say its group name.

Example
Worked Example: reading a large number

Read 6,308,0716{,}308{,}071.

  • Millions period: 66 \to “six million”
  • Thousands period: 308308 \to “three hundred eight thousand”
  • Ones period: 071071 \to “seventy-one”

Answer: six million, three hundred eight thousand, seventy-one. Notice the 00 in the ten-thousands place is a placeholder: it holds the spot so the other digits keep their value.

Example
Worked Example: value of a digit

In 4,752,9004{,}752{,}900, what is the value of the digit 77? The 77 sits in the hundred-thousands place, so its value is 7×100,000=700,0007 \times 100{,}000 = 700{,}000.

Tip

Tip: Expanded form shows each digit's value added together. For 3,4053{,}405:   3000+400+0+5\;3000 + 400 + 0 + 5. The zero shows there are no tens.

Rounding & Estimation

Concept
The Rule

To round to a place value: look at the digit just to the right of that place.

  • If it is 55 or more, round up (add one to the rounding digit).
  • If it is 44 or less, round down (keep the rounding digit).

Then replace every digit to the right with zeros. Estimation means rounding first, then computing, to get a quick, close answer.

Example
Worked Example: rounding

Round 47,38147{,}381 to the nearest thousand. The thousands digit is 77. The digit to its right is 33 (which is 44 or less), so round down and keep the 77. Zero out the rest:   47,000\;\mathbf{47{,}000}.

Example
Worked Example: estimating a sum

Estimate 612+289612 + 289. Round each to the nearest hundred: 612600612 \approx 600 and 289300289 \approx 300. Estimate: 600+300=900600 + 300 = \mathbf{900}. (The exact answer is 901901, so our estimate is very close.)

Tip

Tip: A digit of exactly 55 always rounds up. And rounding never changes digits to the left of your rounding place unless a carry ripples through, e.g. rounding 1,9601{,}960 to the nearest hundred gives 2,0002{,}000.

Adding & Subtracting Whole Numbers

Concept
The Rule

Line up numbers by place value (ones under ones). Add from right to left; when a column totals 1010 or more, carry the extra ten to the next column. Subtract from right to left; when the top digit is too small, borrow (regroup) one unit from the next place to the left.

Example
Worked Example: addition with carrying

487+356487 + 356. Ones: 7+6=137+6=13, write 33 carry 11. Tens: 8+5+1=148+5+1=14, write 44 carry 11. Hundreds: 4+3+1=84+3+1=8. Answer: 843\mathbf{843}.

Example
Worked Example: subtraction with borrowing

803547803 - 547. Ones: 373-7 can't be done, borrow: 137=613-7=6. Tens: after borrowing the 00 became 99 (we borrowed across the zero), 94=59-4=5. Hundreds: 75=27-5=2. Answer: 256\mathbf{256}. Check: 256+547=803256 + 547 = 803.

Tip

Tip: Addition and subtraction undo each other. Always check a subtraction by adding your answer back to the number you subtracted.

Multiplying Whole Numbers

Concept
The Rule

To multiply multi-digit numbers, multiply by each digit of the bottom number one at a time, shifting each partial product one place left (because each new digit is worth ten times more). Then add the partial products.

Example
Worked Example: two-digit multiplication

34×2634 \times 26.

  • 34×6=20434 \times 6 = 204
  • 34×20=68034 \times 20 = 680 (shifted one place left)
  • Add: 204+680=884204 + 680 = \mathbf{884}
Example
Worked Example: multiplying by a round number

250×40250 \times 40. Multiply the non-zero parts: 25×4=10025 \times 4 = 100. Then attach the total number of trailing zeros (1+1=21 + 1 = 2 zeros plus the zero already in 100100): 250×40=10,000250 \times 40 = \mathbf{10{,}000}.

Tip

Tip: Multiplication is repeated addition, and order does not matter: 34×26=26×3434 \times 26 = 26 \times 34. To multiply by 1010, 100100, or 10001000, just attach that many zeros.

Dividing Whole Numbers (Long Division)

Concept
The Rule

Division splits a total into equal groups. In a÷ba \div b, aa is the dividend, bb is the divisor, and the result is the quotient. Long division repeats four steps: Divide, Multiply, Subtract, Bring down. Whatever is left at the end that will not divide evenly is the remainder.

Example
Worked Example: long division with a remainder

947÷4947 \div 4.

  • 9÷4=29 \div 4 = 2 remainder 11; write 22, subtract 88, bring down 44 to make 1414.
  • 14÷4=314 \div 4 = 3 remainder 22; write 33, subtract 1212, bring down 77 to make 2727.
  • 27÷4=627 \div 4 = 6 remainder 33; write 66.

Answer: 236 R3\mathbf{236\ \text{R}\,3}. Check: 236×4=944236 \times 4 = 944, and 944+3=947944 + 3 = 947.

Example
Worked Example: exact division

156÷6156 \div 6. 15÷6=215 \div 6 = 2 R 33; bring down 66 to make 3636; 36÷6=636 \div 6 = 6. Answer: 26\mathbf{26}, no remainder.

Tip

Tip: Check any division with: (quotient×divisor)+remainder=dividend(\text{quotient} \times \text{divisor}) + \text{remainder} = \text{dividend}. The remainder must always be smaller than the divisor.

Order of Operations (PEMDAS)

Concept
The Rule

When an expression has several operations, do them in this order:

  • Parentheses (grouping symbols) first.
  • Exponents next.
  • Multiplication and Division, left to right.
  • Addition and Subtraction, left to right.

Multiplication and division rank equally, so you handle them in reading order. The same is true of addition and subtraction.

Example
Worked Example: PEMDAS step by step

Evaluate 5+3×(86)25 + 3 \times (8 - 6)^2.

  • Parentheses: 86=28 - 6 = 2, giving 5+3×225 + 3 \times 2^2.
  • Exponent: 22=42^2 = 4, giving 5+3×45 + 3 \times 4.
  • Multiply: 3×4=123 \times 4 = 12, giving 5+125 + 12.
  • Add: 17\mathbf{17}.
Example
Worked Example: left-to-right

Evaluate 20÷4×220 \div 4 \times 2. Division and multiplication tie, so go left to right: 20÷4=520 \div 4 = 5, then 5×2=105 \times 2 = \mathbf{10}. (Doing the multiply first would wrongly give 22.)

Tip

Tip: PEMDAS does not mean “all multiplication before all division.” M and D share a rank; A and S share a rank. Ties are always broken left to right.

Exponents & Perfect Squares

Concept
The Rule

An exponent tells how many times to use the base as a factor. In bnb^n, bb is the base and nn is the exponent: bn=b×b××bn timesb^n = \underbrace{b \times b \times \cdots \times b}_{n\text{ times}}. We read 525^2 as “five squared” and 535^3 as “five cubed.” A perfect square is a whole number times itself, like 1,4,9,16,25,1, 4, 9, 16, 25, \ldots

Example
Worked Example: evaluating powers

24=2×2×2×2=162^4 = 2 \times 2 \times 2 \times 2 = \mathbf{16}.   103=10×10×10=100010^3 = 10 \times 10 \times 10 = \mathbf{1000}.   72=7×7=497^2 = 7 \times 7 = \mathbf{49}.

Example
Worked Example: perfect squares

The first several perfect squares: 12=11^2=1, 22=42^2=4, 32=93^2=9, 42=164^2=16, 52=255^2=25, 62=366^2=36, 72=497^2=49, 82=648^2=64, 92=819^2=81, 102=10010^2=100. Memorizing these speeds up a lot of later math.

Tip

Tip: An exponent is not multiplication of the base by the exponent. 32=93^2 = 9, not 3×2=63 \times 2 = 6. And any base to the first power is itself: 81=88^1 = 8.

Word Problems: Putting It Together

Concept
The Rule

To solve a word problem: (1) read carefully and find what is asked, (2) decide which operation(s) fit --- combining suggests addition, taking away suggests subtraction, equal groups suggest multiplication, and splitting into equal parts suggests division, (3) compute in the right order, and (4) check that your answer makes sense.

Example
Worked Example: multi-step problem

A school orders 88 boxes of markers with 2424 markers each, then hands out 150150 markers. How many are left?

  • Total ordered: 8×24=1928 \times 24 = 192 markers.
  • After handing out 150150: 192150=42192 - 150 = \mathbf{42} markers left.
Tip

Tip: Underline the numbers and the question. A quick estimate first tells you whether your final answer is reasonable.

Going Deeper: Advanced Whole-Number Ideas

Concept
The Division Algorithm (the exact rule behind remainders)

Every long-division problem is really a statement about whole numbers. For any dividend aa and any divisor b>0b > 0, there is exactly one pair of whole numbers --- a quotient qq and a remainder rr --- such that

a=bq+r,where 0r<b.a = bq + r, \qquad \text{where } 0 \le r < b.

This is called the Division Algorithm. The condition 0r<b0 \le r < b is what forces a single correct answer: the remainder is never negative and never as large as the divisor. This one equation is the foundation for fractions, modular arithmetic, and much of the number theory you will meet later.

Concept
Modular Arithmetic & Clock Arithmetic

Often we care only about the remainder of a division, not the quotient. We write

amodb=r,a \bmod b = r,

meaning rr is the remainder when aa is divided by bb. A clock is the everyday example: it works “mod 12\bmod\ 12.” If it is 99 o'clock and 77 hours pass, we do not say 1616 o'clock --- we compute 16mod12=416 \bmod 12 = 4, so it is 44 o'clock. Numbers that share the same remainder are called congruent; for example 1616 and 44 are congruent mod 1212 because both leave remainder 44.

Example
Worked Example: clock arithmetic

A 2424-hour trip starts at 1010 o'clock. On a 1212-hour clock, what time does it end?

  • Add the hours: 10+24=3410 + 24 = 34.
  • Reduce mod 1212: 34÷12=234 \div 12 = 2 remainder 1010, so 34mod12=1034 \bmod 12 = 10.

The trip ends at 10\mathbf{10} o'clock. This makes sense: 2424 hours is exactly two full loops of the clock, so the hand returns to where it started.

Concept
Why the Divisibility Rules Work

The quick tests for divisibility are not magic --- each one comes from place value.

  • By 22, 55, or 1010: only the ones digit matters, because 1010, 100100, 1000,1000, \ldots are all divisible by 22, 55, and 1010. So the whole number is divisible exactly when its last digit is.
  • By 33 or 99: add the digits. Since 10=9+110 = 9 + 1, 100=99+1100 = 99 + 1, and so on, each place is a multiple of 99 plus 11. Subtracting off the multiples of 99 leaves just the sum of the digits, so the number is divisible by 99 (or 33) exactly when that digit sum is.
  • By 44: check the last two digits, because 100100 is divisible by 44, so everything above the hundreds place already is.
Example
Worked Example: testing divisibility by 9

Is 6,308,0716{,}308{,}071 divisible by 99? Add the digits: 6+3+0+8+0+7+1=256 + 3 + 0 + 8 + 0 + 7 + 1 = 25. Add again: 2+5=72 + 5 = 7. Since 77 is not divisible by 99, neither is the original number. (Its remainder mod 99 is even predictable: it is 77.)

Concept
Number Bases: Counting in Binary

Our usual system is base ten: each place is a power of 1010 (,1000,100,10,1\ldots, 1000, 100, 10, 1). Computers use base two (binary), where each place is a power of 22 (,8,4,2,1\ldots, 8, 4, 2, 1) and the only digits are 00 and 11. To convert a whole number to binary, repeatedly divide by 22 and record the remainders from bottom to top.

Example
Worked Example: converting 13 to binary

Convert 1313 to base two by dividing by 22 over and over:

  • 13÷2=613 \div 2 = 6 remainder 1\mathbf{1}
  • 6÷2=36 \div 2 = 3 remainder 0\mathbf{0}
  • 3÷2=13 \div 2 = 1 remainder 1\mathbf{1}
  • 1÷2=01 \div 2 = 0 remainder 1\mathbf{1}

Read the remainders bottom-up: 13=1101213 = \mathbf{1101_2}. Check by expanding the places: 1×8+1×4+0×2+1×1=8+4+1=131{\times}8 + 1{\times}4 + 0{\times}2 + 1{\times}1 = 8 + 4 + 1 = 13. ✓

Concept
Triangular Numbers & the Sum 1+2++n1+2+\cdots+n

The triangular numbers count dots stacked in a growing triangle: 1,3,6,10,15,1, 3, 6, 10, 15, \ldots, where the nnth one is the sum 1+2+3++n1 + 2 + 3 + \cdots + n. Instead of adding term by term, there is a beautiful shortcut:

1+2+3++n=n(n+1)2.1 + 2 + 3 + \cdots + n = \frac{n(n+1)}{2}.

Why it works (Gauss's trick): write the sum forwards and backwards and add the two lines in columns:

1+2++nn+(n1)++1\begin{array}{ccccccc} 1 & + & 2 & + & \cdots & + & n \\ n & + & (n{-}1) & + & \cdots & + & 1 \end{array}

Every column adds to n+1n+1, and there are nn columns, giving n(n+1)n(n+1) for twice the sum --- so the sum itself is n(n+1)2\dfrac{n(n+1)}{2}.

Example
Worked Example: adding 1 through 100

Legend says the young Gauss found 1+2++1001 + 2 + \cdots + 100 in seconds. Use the formula with n=100n = 100:

100×1012=10,1002=5,050.\frac{100 \times 101}{2} = \frac{10{,}100}{2} = \mathbf{5{,}050}.

No need to add one hundred numbers by hand.

Concept
Fast Mental-Math & Estimation Tricks

A few reliable shortcuts:

  • Multiply by 55: multiply by 1010 and halve. So 48×5=480÷2=24048 \times 5 = 480 \div 2 = 240.
  • Square a number ending in 55: for a two-digit number d5\underline{d}5, compute d×(d+1)d \times (d{+}1) and attach “2525.” So 35235^2: 3×4=123 \times 4 = 12, giving 1225\mathbf{1225}.
  • Front-end estimation: add just the leading digits for a fast lower estimate, then refine. For 612+289612 + 289: 600+200=800600 + 200 = 800, plus the tens gives about 900900.
Tip

Where this leads: The Division Algorithm grows into fractions and the study of prime numbers; modular arithmetic underlies calendars, music, and the encryption that protects online banking; number bases run every computer; and the sum 1+2++n1+2+\cdots+n is your first taste of the series you will meet in algebra and calculus. Advanced math is mostly these whole-number ideas, pushed further.

Formulas, Proofs & Tips

Tip
Order of operations
ParenthesesExponentsMultiply/DivideAdd/Subtract\text{Parentheses} \to \text{Exponents} \to \text{Multiply/Divide} \to \text{Add/Subtract}

What it means. A fixed order so every reader of an expression gets the same value.

Example. 3+4×2=3+8=113+4\times2=3+8=11 (multiply before adding), not 1414.

Why it works. Multiplication is repeated addition and exponents are repeated multiplication, so each level is a shorthand for the one below it and must be unpacked first. Parentheses override the order by grouping explicitly.

Tip. Multiply/divide are one level worked left to right, and so are add/subtract. 83+28-3+2 is 77, not 33.