Skip to main content

GCSE

LCM & HCF

These are both properties of a set of numbers.

Lowest Common Multiple

Process

  1. Take the first number and create a factor tree. alt text
    1. Draw two legs from the number
    2. Start from the lowest prime and try to divide the number
    3. If the number divides cicle the prime and write the new number on the other branch
    4. If they don't divide then move up to the next prime and try again.
    5. Continue until you can no longer divide and you are left with primes.
  2. Do the same to the next number (repeat for all).
  3. Pull out the most of each number present in each tree. i.e. if 12 factors has 2 2s then taken them because 15 has none. If they have the same amount then just take one set.
  4. Multiply all numbers together and this is the lowest common factor.

Examples

  1. Prime factors
12
| \
2 6
| \
2 3

15
| \
3 5
  1. Combine one instance of each term from both.
2,2,3,52, 2, 3, 5
  1. Multiply them all together
2×2×3×5=602 \times 2 \times 3 \times 5 = 60

Why does this work?

This reddit post does the best job I found at explaining why this work.

In short, prime factorization of 12 is 2² * 3 and prime factorization of 18 is 2 * 3². In order for some number p to be a multiple of 12, p must have at least 2 twos and at least 1 three. In order for p to be a multiple of 18, it must have at least 1 two and at least 2 threes. So, for p to be a multiple of both, it must fulfill all of those conditions. However, if p has 2 twos, it therefore also has 1 two, so it fills both of the conditions regarding the number 2. Same goes for p having 2 threes. That's why you choose the largest exponent among the prime factors.

For HCF if two number are to have a common multiple they must contain all of the primes of both numbers, so by decomposing each number, you can collect common and uncommon terms without extra and create that first common multiple.

Highest Common Factor

The greatest factor which will divide into each numbers.

What is a factor?

A factor is a whole number which will divide into another number without a remainder.

Process - Listing method

  1. List all the factors of each number.
  2. Compare each list and find the highest number which appears in both.

Example - Listing method

  1. All numbers listed

30=>1,2,3,5,6,10,15,3030 => 1, 2, 3, 5, 6, 10, 15, 30
20=>1,2,4,510,2020 => 1, 2, 4, 5 10, 20

  1. Found the highest common factor

30=>1,2,3,5,6,(10),15,3030 => 1, 2, 3, 5, 6, (10), 15, 30
20=>1,2,4,5(10),2020 => 1, 2, 4, 5 (10), 20

Process - Prime factor method

  1. Find the prime factors of each number using a tree.
  2. Multply together the prime factors of one number which are present in the other number.

Example - Prime factor method

  1. Prime factor tree
30
| \
2 15
| \
3 5

20
| \
2 10
| \
2 5
  1. Multiple the common factors.

2×5=102\times5 = 10

Numbers are Prime

If all numbers are prime then the highest commmon factors they share are 1 because the definition of a prime is that it's only factors are 1 and itself.

If one number is prime and that number is larger than the rest then the hcf will be 1.

If one number is prime and that number is smaller than the others then the hcf can be that number if it exists in the prime factors of the other numbers. If it does not exist in the prime factors of the other numbers then the hcf is 1.

Why does this work?

A property of two numbers is that if they share prime factors, the the product of those factors will equal a number which is divisible into both without remainder. This is simply a trick to finding that.

Expanding and Factorizing

Expanding

Expanding is when you multiply each term in the bracket by the expression outside the brackets.

A term is a single number, a variable or an expression.

There are several types of expansions. Linear brackets 3(x+4)+2(5x1)3(x+4)+2(5x-1). Expansion of adjacent brackets (2x+1)(x4)(2x+1)(x-4).

Method - Foil

This method is called Foil, it's an acronym.

  • First
  • Outside
  • Inside
  • Last

Its a way of organizing your multiplications of each term within each expression without losing track.

Worked Example - Linear brackets

3(x+4)+2(5x1)3(x+4)+2(5x-1) can be expanded easily because the number we are expanding with is a simple small integer.

We can start with the left side.

3(x+4)=3x+123(x+4) = 3x + 12

That was the result of two operations...

  1. 3×x=3x3 \times x = 3x
  2. 3×4=123 \times 4 = 12

Then there is the right side.

2(5x1)=10x22(5x-1) = 10x - 2

That was the result of two operations...

  1. 2×5x=10x2 \times 5x = 10x
  2. 2×1=22 \times 1 = 2
This is fully expanded but we can simplify

Finally we can put these both together.

3x+12+10x2=13x+103x+12+10x-2 = 13x+10

This is also the result of two operations where we combine the like terms.

  1. 3x+10x=13x3x+10x = 13x
  2. 122=1012-2 = 10

Finally we put the non-like terms next to each other because they cannot be simplified any more.

13x+1013x+10

Worked Example - Adjacent brackets

Smiley face method. Named because of how it is drawn.

Double Expanding Brackets

(2x+1)(x4)(2x+1)(x-4)

In the same way we multiply each term inside the expression by each term in the adjacent expression.

  • 2x×x=2x22x \times x=2x^2
  • 1×x=1x1 \times x=1x
  • 2x×4=8x2x \times -4=-8x
  • 1×4=41 \times -4=-4

2x2+1x8x42x^2 + 1x - 8x - 4

Simplify

2x27x42x^2 - 7x - 4

Why does this work?

This is the distributive property. It says that multiplying a sum by a number is the same as multiplying each term within that sum.

How does it relate?

It allows us to remove the parenthesis from an expression.

Factorizing

To factorize is to decompose an expression into a product of another expression. We do this using brackets. It is the opposite of expansion.

Worked Example

6y29xy6y^2-9xy

  1. Look for common parts in each section of the expression.
  2. 33 they both have a 3
  3. yy they both have a y
  4. 3y×?=6y23y \times ? = 6y^2 this would be 2y2y as 3×2=63 \times 2 = 6 and y×y=y2y \times y = y^2
  5. 3y×?=9xy3y \times ? = 9xy this would be 3x3x as 3×3=93 \times 3 = 9 and y×x=xyy \times x = xy

Putting it all together

3y(2y3x)3y(2y-3x)

Factorizing Quadratics

If one of the terms in the expression is squared then we have a quadratic.

x2+7x+10x^2+7x+10

If it's a quadratic then we know that there will always be two sets of brackets.

Find the factors of the number which is not adjacent to an x.

10
| \
1 10
2 5 BINGO!

This will give you the two x numbers.

(x)(x)(x)(x) will give you x2x^2

(x+2)(x+5)(x+2)(x+5) will give you the 2x2x 5x5x and the 1010.

Factorizing quadratics with negatives
  1. When one number is negative and one number is positive.

If the numbers you are looking for add to a negative number*x and multiply to a positive number. Then they have to be both negative.

If you are looking for two numbers which create x29x+8x^2 - 9x + 8 then they have to be negative. Start by factorizing 8.

 8
| \
-1 -8 BINGO!

(x1)(x8)(x-1)(x-8)

  1. When both numbers are negative.

x23x10x^2-3x-10

In this situation one of the numbers needs to be negative and one needs to be positive.

 10
| \
-1 10
1 -10
-2 5
2 -5

This should be clearer

Factorizing - the difference of two squares

This is when you have something like x216x^2-16

It can be factorized by remembering that the two x numbers in the middle cancelled each other out. What you are left with is a square number.

(x4)(x+4)(x-4)(x+4)

Check that they are both squares and you can use the difference of two squares technique.

Why does this work?

This is also utilizing the distributive property of expressions. You can find common factors and create brackets to show that the factors multiplies by the contents of an expression is the factorized form of an expression.

How does it relate?

It is the exact opposite of expansion.

Simultaneous Equations - Elimination

Method with elimination - subtraction

6x+3y=216x+3y = 21
2x+3y=172x+3y = 17
  1. 6x2x=4x6x-2x = 4x subtract the first terms from each other
  2. 3y3y=03y-3y = 0 subtract the second terms from each other
  3. 2117=421-17 = 4 subtract the equation results from each other
  4. 4x=44x = 4 the final equation after subtractions
  5. 4÷4=14\div4=1
  6. Choose what you think will be the easiest equation to substitute 4 into as x and work out the equation
  7. 2×1+3y=172\times1+3y=17
  8. 2+3y=172+3y=17 take 2 from both sides
  9. 3y=153y=15
  10. y=15÷3y=15\div3
  11. y=5y=5
ANSWER:x=1,y=5ANSWER: x=1, y=5

Method with elimination - addition

2x+y=72x+y = 7
3xy=83x-y = 8

If two terms will cancel out with addition like y+yy+-y then we use the addition method.

  1. 2x+3x=5x2x+3x=5x add first terms
  2. y+y=0y+-y=0 add second terms
  3. 7+8=157+8=15 add the results
  4. 5x=155x=15 then rearrange
  5. x=15/5x=15/5
  6. x=3x=3
  7. x=3x=3 sub in the x value into the simplest equation
  8. 2×3+y=72\times3+y=7
  9. 6+y=76+y=7
  10. y=76y=7-6
  11. y=1y=1
ANSWER:x=3,y=1ANSWER: x=3, y=1

Method with elimination - aligning the equations so you can either add or subtract

If both of the equations don't line up nicely like the examples above then you need to perform an operation to one of them so that the equations can be easily added or subtracted.

A way to remember this:

  • Signs same subtract
  • Signs different add

Simultaneous Equations - Substitution

Using corbett maths video to learn this

  1. Make one of the variables the subject
  2. The equation which equals the new subject should be substituted into the other equation where the subject exists
  3. Then expand the brackets
  4. Evaluate this to find the value of one of the variables
  5. Take that variable and solve the equation for the other variable

Simultaneous Equations

Changing the Subject (Rearranging Formula)

  • the subject is the variable is on it's own on one side of a formula

Quadratic Inequalities - By factorizing

Below 0

x2x6<0x^2 - x - 6 < 0
x2x6=yx^2 - x - 6 = y

If y is less than 0 then the curve's minimum will fall below the x axis.

Because this inequality is less than 0 it means we are being asked to provide all possible values for x which make y less than 0.

What we are going to do is find the points which cross the x axis (roots)

In order to do this we need to:

  1. Factorize the equation for it to be equal to 0
  2. The parts of the quadratic which describe x and aren't the square are the roots
  3. Check your answer by going backwards
  4. If you want to test these you can plumb your two x values into the equation and you should get 0
2<=x<=3-2 <= x <= 3

Above 0

x2x6>0x^2 - x - 6 > 0

We know that any value between -2 and 3 is negative, so we can say that part of the answer is:

x>3x > 3

We also know that any value of x that is less than -2 will be positive:

x<2x < -2

Finally we put the above together and say:

x<2orx>3x < -2 or x > 3

If they are equal to or greater than 0

x<=2orx>=3x <= -2 or x >= 3

Complex example

4x27x+20<x+174x^2-7x+20 < x + 17

1. Put all the x's on one side

4x28x+20<174x^2-8x+20 < 17
4x28x+3<04x^2-8x+3 < 0

2. Factorize and remember to things about the multiplier on the square number

4x28x+3=(2x?)(2x?)4x^2-8x+3 = (2x ?)(2x ?)

3. Continue to factorize

4x28x+3=(2x2)(2x3)4x^2-8x+3 = (2x - 2)(2x - 3)

4. Find the y values where x is equal to 0

(2x1)=>12=0(2x - 1) => \frac{1}{2} = 0
(2x3)=>32=0(2x - 3) => \frac{3}{2} = 0

Quadratics - Completing the Square

This is useful for finding the minimum and maximum of a quadratic graph.

(x+4)2+2=x2+8x+18(x+4)^2+2 = x^2 + 8x + 18

Factorizing the left hand side to get a quadratic

(x+4)2+2(x+4)^2+2
(x+4)(x+4)+16+2(x+4)(x+4)+16+2
42+4x+4x+184^2+4x+4x+18
42+8x+184^2+8x+18

Completing the Square

  1. Because it's x2x^2 you put an x in the first bracket. Then square the brackets.
(x)2(x)^2
  1. Now look at the number in the bracket of the quadratic and half it. Put that halved number into the new equation.
(x+4)2(x+4)^2
  1. Now take away the previous number from the last step. Take it away from the whole equation.
(x+4)216(x+4)^2-16
  1. The final part of the equation needs to be put on the end.
(x+4)216+18(x+4)^2-16+18
  1. Finally you can simplify.
(x+4)2+2(x+4)^2+2

Finding the Roots

(x4)21=0(x-4)^2-1=0
  1. Move the free number to the right hand side.
(x4)2=1(x-4)^2=1
  1. Square root both sides.
x4=±1x-4=±1
  1. Move the other number to the right hand side.
x=4±1x=4±1
  1. Find the roots.
x=5,x=3x=5, x=3

Which parts of this solutions give you features of a curve

Once you've put the quadratic into the form (x+a)2+b(x+a)^2+b you have the turning point of the curve. It is a,b-a, b.

Once you've completed the square, you have the roots.