Revision of Basic Mathematics Flashcards

1
Q

Fractions can be represented with…

A

Negative powers of the base after the decimal point

For example, 10^-1, 10^-2, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Floating point (decimal)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Floating point (binary)

A

Any positive number can be written as a binary number multiplied by a power of 2
e.g. 1001.101 = 1.001101 * 2^3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dividend

A

The number being divided

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Divisor

A

The number the dividend is being divided by

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Quotient

A

The result of the division

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Remainder

A

What’s left over

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Prime

A

Numbers that are only divisible by 1 and itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Composite

A

Numbers that aren’t prime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or false: 1 is a prime number

A

False! Prime numbers are divisible by 2 numbers, whereas 1 is only divisible by, well, 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

24 as a product of prime factors

A

24 = 2 * 2 * 2 * 3 = 2^3 * 3^1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Sieve of Eratosthenes

A

Identify a prime number, cross out all multiples of that prime, repeat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Highest Common Factor (HCF)

A

Largest number that evenly divides (i.e. no remainder) 2 numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True or false: If one number is 0, the HCF is 0

A

False! The HCF is the other number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Lowest Common Multiple (LCM)

A

Smallest number which is a multiple of 2 numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Calculating LCM

A

Multiply the product of prime factors for each number, excluding the HCF
e.g. 15 = 3 * 5, 25 = 5^2, so the LCM is 15 * 3 * 5^2 which is 75

17
Q

True or false: LCM can also be calculated by dividing the product of the numbers by their HCF.

A

True!

18
Q

a ↓ 1 = ?

A

1

19
Q

a ↑ 1 = ?

A

a

20
Q

a ↓ 0 = ?

A

a

21
Q

a ↑ 0 = ?

A

0

22
Q

(a ↑ b) * (a ↓ b) = ?

A

a * b

23
Q

Adding/subtracting fractions

A

a/b + c/d = (ad ± bc) / bd

24
Q

Multiplying fractions

A

a/b * c/d = ac / bd

25
Q

Dividing fractions

A

a/b ÷ c/d = a/b * d/c = ad / bc

26
Q

Expanding/factorising expressions

A

a(x + y) = ax + ay

(x + a)y = xy + ay

27
Q

Expanding two brackets

A

(x + a)(y + b) = xy + xb + ay + ab