Revision of Basic Mathematics Flashcards
Fractions can be represented with…
Negative powers of the base after the decimal point
For example, 10^-1, 10^-2, etc.
Floating point (decimal)
Any positive number can be written as a decimal between 1 and 10 multiplied by a power of 10
e.g. 47.32 = 4.732 * 10^1
Floating point (binary)
Any positive number can be written as a binary number multiplied by a power of 2
e.g. 1001.101 = 1.001101 * 2^3
Dividend
The number being divided
Divisor
The number the dividend is being divided by
Quotient
The result of the division
Remainder
What’s left over
Prime
Numbers that are only divisible by 1 and itself
Composite
Numbers that aren’t prime
True or false: 1 is a prime number
False! Prime numbers are divisible by 2 numbers, whereas 1 is only divisible by, well, 1.
24 as a product of prime factors
24 = 2 * 2 * 2 * 3 = 2^3 * 3^1
Sieve of Eratosthenes
Identify a prime number, cross out all multiples of that prime, repeat
Highest Common Factor (HCF)
Largest number that evenly divides (i.e. no remainder) 2 numbers
True or false: If one number is 0, the HCF is 0
False! The HCF is the other number
Lowest Common Multiple (LCM)
Smallest number which is a multiple of 2 numbers