1.1 Integers
- Syllabus
- 2017
- Topic
- 1.1
- Level
- Foundation
An integer is a whole number: it can be positive, negative or zero. Examples are −12, 0 and 37. Numbers with a fractional part, such as 4.5 or 32, are not integers.
Integers extend without end in both directions. On a number line, positive integers lie to the right of zero and negative integers lie to the left. The sign tells which side of zero the number is on; zero is neither positive nor negative.
| Relationship | Example |
|---|---|
| opposite integers are equally far from zero | −6 and 6 |
| absolute value is distance from zero | ∣−6∣=6 |
| a minus sign is part of a negative number | −9 is nine below zero |
Do not confuse a negative integer with a subtraction instruction. In −5, the sign describes the number; in 8−5, the symbol tells you to subtract.
A digit's place determines its value. Moving one place left multiplies its value by 10; moving one place right divides its value by 10.
| Digit in 406072 | Place | Value |
|---|---|---|
| 4 | hundred-thousands | 400000 |
| 6 | thousands | 6000 |
| 7 | tens | 70 |
| 2 | ones | 2 |
Zero can hold an empty place. In 406072, the zero in the ten-thousands place prevents the 6 from being read as sixty thousand, and the zero in the hundreds place keeps 72 in the final two places.
To write a number from words, place each stated value in its column and insert zeros where a place is missing. For example, six thousand and seventy-nine is 6079, not 679.
The digit and its value are different: the digit 3 in 11377 has value 300, not 3.
A directed number combines a size with a direction from a reference point. Positive and negative signs can represent above or below zero, gain or loss, credit or debt, and movement in opposite directions.
| Context | Positive direction | Negative direction |
|---|---|---|
| temperature | above 0∘C | below 0∘C |
| elevation | above reference level | below reference level |
| money balance | credit | debt |
A change is found by final value minus initial value. If a temperature rises from −4∘C to 3∘C, the change is 3−(−4)=+7∘C. The positive answer records a rise.
A difference is a non-negative distance between values. The difference between −6∘C and 5∘C is 11∘C because the interval crosses zero: 6+5=11.
Always define what the sign means in the context. A negative temperature is below the chosen zero; it does not mean that the size of the temperature is invalid.
Integers increase from left to right on a number line. Therefore a number farther right is greater, and a number farther left is smaller.
Among negative integers, the number closer to zero is greater. For example, −3>−8 because −3 lies to the right of −8.
To order several integers from smallest to largest: place the most negative values first, then zero, then positive values. Within the negatives, larger absolute value means smaller number.
For −7,3,−5,−9,0,1, the ascending order is −9,−7,−5,0,1,3. The reverse list gives descending order.
−9 is smaller than −5 even though 9>5. Comparing only the digits ignores the negative signs.
Addition combines amounts, subtraction finds a change or difference, multiplication combines equal groups, and division shares or finds how many groups fit. With integers, the operation and the signs both affect the result.
| Operation | Reliable sign rule | Example |
|---|---|---|
| add | same signs: add sizes and keep the sign; different signs: subtract sizes and keep the sign of the larger size | −9+15=6 |
| subtract | add the opposite | −9−(−15)=−9+15=6 |
| multiply/divide | same signs give positive; different signs give negative | 6×(−8)=−48, (−64)÷(−4)=16 |
First identify the operation, then handle the signs, calculate the unsigned values, and check whether the answer's sign is sensible. Use the inverse operation to check: −48÷6=−8 checks 6×(−8)=−48.
Keep units in contextual calculations. If one tunnel is 15516 m long and another is 8820 m long, the difference is 15516−8820=6696 m.
Division by zero is undefined. Also, two negative signs do not always make a positive: that rule applies to multiplication, division, or subtracting a negative—not to every pair of minus signs.
The hierarchy of operations makes one expression have one agreed value. Brackets can change that value by making a chosen part happen first.
| Priority | Operations |
|---|---|
| 1 | brackets, working from inner to outer |
| 2 | powers |
| 3 | multiplication and division, left to right |
| 4 | addition and subtraction, left to right |
For 62+23×5, calculate powers first: 36+8×5. Then multiply: 36+40. Finally add, giving 76.
Brackets can make an intended equality true. In 25+3×(7−2), the bracket gives 25+3×5=40. Without it, multiplication occurs before subtraction and the value is different.
Multiplication is not automatically before division, and addition is not automatically before subtraction. Operations at the same priority are completed from left to right.
These terms classify integers by divisibility. A factor divides a number exactly; a multiple is produced by multiplying a number by an integer.
| Term | Test | Example |
|---|---|---|
| even | divisible by 2 | 18 |
| odd | not divisible by 2 | 19 |
| prime | positive integer greater than 1 with exactly two positive factors: 1 and itself | 19 |
| factor of n | divides n with no remainder | 24 is a factor of 72 |
| multiple of n | equals n× an integer | 42 is a multiple of 7 |
2 is the only even prime. Every prime greater than 2 is odd, but not every odd number is prime: 9 is odd and has factors 1,3,9.
Factor and multiple statements reverse: if 6 is a factor of 42, then 42 is a multiple of 6.
1 is neither prime nor composite because it has only one positive factor. Also, a number has finitely many positive factors but infinitely many positive multiples.
A prime factor is a factor that is also prime. The positive factors of 18 are 1,2,3,6,9,18, so its prime factors are 2 and 3.
| Job | Method | Example for 12 and 18 |
|---|---|---|
| common factors | list factors of each number and take the overlap | 1,2,3,6 |
| common multiples | list multiples of each number and take the overlap | 36,72,108,… |
A proposed common factor must divide every given number exactly. A proposed common multiple must be divisible by every given number. For example, 6 divides both 12 and 18, while 36 is divisible by both.
Prime factors, common factors and common multiples are different sets. This objective asks you to identify them; finding the highest common factor or lowest common multiple is a later step.