In basic mathematics, a number line is a picture of a graduated straight line that serves as abstraction for real numbers, denoted by R. Every point of a number line is assumed to correspond to a real number, and every real number to a point.
The integers are often shown as specially-marked points evenly spaced on the line. Although this image only shows the integers from −9 to 9, the line includes all real numbers, continuing forever in each direction, and also numbers not marked that are between the integers. It is often used as an aid in teaching simple addition and subtraction, especially involving negative numbers.
The absolute value of an integer number is the value without taking in account its sign. We will write the absolute value of an integer number b like |b|.
For example, |7|=7 but |-7|=7.
To add to integer numbers we must:
For the subtraction we will operate identically but taking in account the symbol.
For example:
To multiply two integer numbers we only have to multiply their absolute values and them follow the next rule:
If the symbols are identical the result will be positive, but if the symbols are not identical the result will bi negative.
For example:
In order to make the division we must follow the same process as in the multiplication but.
The order to do operations is the following:
A number is divisible by an other number when the division between both of them is exact, that means that the rest of the division is zero.
Examples:
We use Divisibility Tests in order to know if a number is divisible by an other number without doing the division.
There are many test or rules:
A number is prime if its only divisors are the number 1 and itself. For example, 13 is prime because it's only divisible by 13 or 1.
A number is composed if it has more than two divisors. For example, 34 si composed because its divisors are {1, 2, 17, 34}.
The Sieve of Eratosthenes is very useful to find prime numbers:
All the numbers can be decomposed in factor and express them as a product. However, the prime numbers can be decomposed by an only way: a = a·1
Factoring a number is expressing this number as product of prime numbers; it's also known as decomposing in prime factors. For example: the decomposition in prime number of 72 is the next, 72=2·2·2·3·3. We usually write power in order to make easier the writting. So that: 72=23·32
A number N is multiple of an other number A if the division between N and A is exact. In other words, if N is divisible by A. For example: 35 is multiple of 5, it will also be of 7.
An easy but hard way of calculating the multiples of a number is adding intself once and again. For example: the multiples of 7 are {7, 14, 21, 28, 35, 42, 49,...} the list of multiples never ends.
The Lowest Common Multiple (LCM) of two or more numbers is the smallest positive number that is divisible by all the numbers we are studing.
We will write LCM(a,b) for the Lowest Common Multiple of the numbers a and b.
For example: What is the LCM of 4 and 6?
Multiples of 4 are: {4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, ...}
and the multiples of 6 are: {6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72, ...}
Common multiples of 4 and 6 are simply the numbers that are in both lists: {12, 24, 36, 48, 60, 72, ....}
So, from this list of the first few common multiples of the numbers 4 and 6, their least common multiple is 12=LCM(4,6).
How to calculate the LCM fo two numbers:
One number A is factor of an other number A if the division between N and A is exact. For example: 7 is factor of 35 because 35/7=5.
In order to know how many factors does a number have, there is a methode created by Euler. We decompose the number we are studing in prime factors and we take the powers. After adding 1 to each power we multiply all those numbers and we will have the quantity of factos of the numbers we are studing. For example: 12=22·3, so the powers are 2 and 1; after adding 1 to each one we have 3 and 2, and the producto of those numbers is 6. So the number of factors of the numbers 12 is six as you can see in the example bellow.
The Higest Common Factor (HCF) of two or more numbers is the largest positive integer that divides the numbers without a remainder. For example, the GCD of 8 and 12 is 4.
We will write HCF(a,b) for the Higest Common Factor of the numbers a and b.
For example: What is the HCF of 12 and 20?
The factors of 12 are: {1, 2, 3, 4, 6, 12}
and the factors of 20 are: {1, 2, 4, 5, 10, 20}
Common factors of 12 and 20 are simply the numbers that are in both lists: {1, 2, 4}
So, from this list of the first few common multiples of the numbers 12 and 20, their higest common factor is 4=HCF(12,20).
How to calculate the HCF fo two numbers: