Week 1 Notes: Whole Numbers

What are Whole Numbers?

  • Whole numbers are non-negative integers starting at 0 and increasing to infinity: 0, 1, 2, 3, …
  • They have no decimals or fractions, and no negative numbers.
  • Examples from the transcript:
    • 77, 9, 131, 44263 are whole numbers.
  • Non-examples (not whole numbers) include decimals or fractions, e.g. 66.1212, 1/4 (and any negative numbers).
  • This aligns with the idea that whole numbers are the set {0, 1, 2, 3, …}.

Place Value for Whole Numbers

  • Key idea: when reading a number from left to right, every digit has a place value determined by its position, counting from the rightmost digit (ones) toward the left.
  • The rightmost digit is in the ones place (value = digit × 10^0 = digit).
  • The next digit to the left is in the tens place (value = digit × 10^1).
  • The next digit to the left is in the hundreds place (value = digit × 10^2), and so on.
  • Example with 257:
    • Units (ones) place: 7 → value = 7 × 10^0 = 77
    • Tens place: 5 → value = 5 × 10^1 = 5050
    • Hundreds place: 2 → value = 2 × 10^2 = 200200
  • Place vs. value:
    • The place refers to the position (ones, tens, hundreds, etc.).
    • The value refers to the actual amount contributed by that digit (digit × place value).
  • General rule for any digit d in position p:
    • Place value: 10p10^p
    • Value contributed by that digit: dimes10pd imes 10^p
  • Powers progression (from right to left):
    • Ones = 10010^0, Tens = 10110^1, Hundreds = 10210^2, Thousands = 10310^3, Ten-thousands = 10410^4, Hundred-thousands = 10510^5, Millions = 10610^6, Billions = 10910^9, Trillions = 101210^{12}, etc.

Place-Value Examples with Larger Numbers

  • Three-digit number example: 257
    • Position 0 (ones): digits 7 → 7 × 10010^0 = 7
    • Position 1 (tens): digits 5 → 5 × 10110^1 = 50
    • Position 2 (hundreds): digits 2 → 2 × 10210^2 = 200
  • Mixed-number example: 2.57 (in decimal notation) and identifying values:
    • The digit 5 is in the tens place for the whole-number portion, so its value is 5050.
    • The digit 2 is in the hundreds place for the whole-number portion, so its value is 200200.
  • Big-number grouping (three-digit groups):
    • Rightmost three-digit group: ones, tens, hundreds
    • Next group to the left: thousands (thousands, ten-thousands, hundred-thousands)
    • Next group: millions (millions, ten millions, hundred millions)
    • Next group: billions (billions, ten billions, hundred billions)
    • Next group: trillions, and so on
  • Visual cue: digits are separated by commas every three digits, corresponding to groups (ones, thousands, millions, billions, trillions, …).

Understanding the Group Names and Place in a Large Number

  • The first (rightmost) group has no special name beyond its three-digit composition (ones, tens, hundreds).
  • The second group from the right is named thousands.
  • The third group from the right is named millions.
  • The fourth group from the right is named billions.
  • The fifth group from the right is named trillions.
  • Within any group of three digits, the digits still occupy the positions of ones, tens, and hundreds for that group's scale.
  • Example structure for a large number: ext{(group 2)} ext{(group 1)}
    ightarrow ext{thousands}
    ightarrow ext{units}
  • Practical takeaway: to read place value in a large number, locate the digit, identify which group it belongs to (units, thousands, millions, billions, trillions), then determine the digit’s place within that group (ones, tens, hundreds).

Worked Examples: Finding Place Value for Highlighted Digits

  • Example A: Highlighted digit = 4 in 4,000,000
    • The 4 is in the millions place.
    • Place: millions.
    • Value: 4imes106=4,000,0004 imes 10^6 = 4{,}000{,}000
  • Example B: Highlighted digit = 2 in 20{,}000
    • The 2 is in the ten-thousands place (the second position in the thousands group).
    • Place: ten-thousands (often described as the 10,000s place).
    • Value: 2imes104=20,0002 imes 10^4 = 20{,}000
  • Example C: Highlighted digit = 6 in 6 (the number 6)
    • The 6 is in the ones place.
    • Place: ones.
    • Value: 6imes100=66 imes 10^0 = 6
  • Example D: High-place example (for practice): In 4,000,000, the digit 4 is in the millions place (as shown above).
  • Quick check: If asked for the place value of a digit in a given position, identify the position name and multiply the digit by the corresponding power of 10.

Expanded Form vs. Standard Form

  • Standard form (conventional notation): writing the number with digits only, e.g., 257, 1{,}234{,}567, etc.
  • Word form: reading the number aloud in words (see below).
  • Expanded form: expressing the number as a sum of each digit times its place value.
    • General formula: for a number with digits dn d{n-1} … d1 d0, the expanded form is
      N =
      dn\cdot 10^n + d{n-1}\cdot 10^{n-1} + \dots + d1\cdot 10^1 + d0\cdot 10^0\u007F.
    • Example: 257 = 2\cdot 10^2 + 5\cdot 10^1 + 7\cdot 10^0 = 200 + 50 + 7\n
    • Example: 2,507 = 2\cdot 10^3 + 5\cdot 10^2 + 0\cdot 10^1 + 7\cdot 10^0\ = 2000 + 500 + 0 + 7\n
  • Word form (how numbers are read aloud): read left to right, chunked by groups of three digits (units, thousands, millions, billions, trillions, …)
    • Example: 801,000,000,000 → "eight hundred one billion" (US usage typically omits 'and')
    • Example: 229,229,000 → "two hundred twenty-nine million two hundred twenty-nine thousand"
    • Example: 150 → "one hundred fifty"
  • Note on phrasing: Some styles use "and" (e.g., British style: "one hundred and fifty"); the transcript implies a more straightforward US-style reading without extra conjunctions.

Rounding Whole Numbers

  • Core idea: round a number to a specified place value by examining the digit immediately to the right of the rounding place.
  • Step 1: Identify the rounding digit (the digit at the target place value).
  • Step 2: Look at the digit immediately to the right of the rounding digit.
  • Step 3: If that right neighbor digit < 5, do not change the rounding digit; replace all digits to its right with zeros.
  • Step 4: If that right neighbor digit ≥ 5, increment the rounding digit by 1, then replace all digits to the right with zeros (carrying may occur).
  • Examples from the transcript (clearly stated):
    • Example 1: Round 4724 to the nearest 10.
    • Rounding digit: the tens place digit = 2.
    • Digit to the right (ones place): 4 < 5.
    • Result: 4720 (the tens digit stays 2, ones becomes 0).
    • Example 2: Round 360 to the nearest 100.
    • Rounding digit: the hundreds place digit = 3.
    • Digit to the right (tens place): 6 ≥ 5.
    • Result: 400 (increment the hundreds digit to 4, zeros fill the lower places).
  • Note on the general rule (rounded to 10^k):
    • If the digit in the 10^{k-1} place (the first digit to be discarded) is < 5, keep the 10^k place digit as is and set all lower digits to 0.
    • If that digit is ≥ 5, increase the 10^k place by 1 and set all lower digits to 0.
  • Compact formula (optional): rounding N to the nearest 10^k can be thought of via
    N' = egin{cases} igl\lfloor N/10^k \bigr\rfloor\cdot 10^k, & ext{if } igl\lfloor N/10^{k-1} \bigr\rfloor mod 10 < 5, \[6pt] (igl\lfloor N/10^k \bigr\rfloor + 1)\cdot 10^k, & ext{if } igl\lfloor N/10^{k-1} \bigr\rfloor mod 10 \ge 5.
    \end{cases}
  • Practice prompts from the transcript (conceptual): rounds to tens, hundreds, etc. using the same rules.

Summary and Connections

  • Whole numbers form a foundational set of non-negative integers used in counting, ordering, and basic arithmetic.
  • Place value and grouping drive how we read, write, and compute with numbers.
  • Standard, expanded, and word forms provide different representations of the same number:
    • Standard form: digits in their natural numeric order.
    • Expanded form: sum of digits times their place values.
    • Word form: reading the number aloud, grouped by thousands.
  • Rounding is a practical operation built on the same place-value concepts and uses a consistent rule based on the digit to the right of the rounding place.
  • Real-world relevance: understanding place value underpins mental math, estimation, scientific notation, data interpretation, and financial calculations.

Key Formulas and Concepts (quick reference)

  • Value contributed by a digit in position p: extvalue=dimes10pext{value} = d imes 10^p where p = 0 (ones), 1 (tens), 2 (hundreds), …
  • Expanded form of a number: N =
    \sum{i=0}^{n} di \, 10^i\,, with d_i the digit in the i-th position from the right.
  • Word form grouping rule: read digits group-by-group from left to right using group names (thousands, millions, billions, trillions).
  • Rounding to the nearest 10^k:
    • If the first discarded digit < 5, keep the 10^k digit and set lower digits to 0.
    • If the first discarded digit ≥ 5, increment the 10^k digit by 1 and set lower digits to 0.