Welcome! Today we're tackling a clever technique — Proving Composite by Algebraic Factoring.
Here's the challenge:
Suppose someone gives you the expression and asks: is this composite?
The brute-force approach:
| Step | What you do |
|---|---|
| 1 | Multiply it out → get 1748result |
| 2 | Try to factorise 1748 |
That works, but it's painful.
The cleaner approach:
Use the structure of the expression rather than its value.
By the end of this section, you'll be able to prove any expression of this form is composite — without ever computing the full product.
Before we can prove anything is composite, we need to be precise about what 'composite' means in terms of factors.
The proof strategy comes directly from the definition.
Here's what we know:
Think about this 🤔
To prove that a number is composite, what do you need to exhibit?
Be specific about the conditions on the factors you show.
A composite number is one that can be written as a product of two positive integers, both bigger than .
So to PROVE a number is composite, your job is to find two numbers and such that:
That's it. Show these three thingskey, and you've proven it's composite.
You don't need to fully factorise the number. You don't need to find all its factors.
You just need to show ONE way to split it into two pieces that are both bigger than 1.
That's it — just one factorisationkey rule like where and .
For example, to show 92 is composite: .
Both 4>1 and 23>1 are greater than 1. Done.
You don't need to go further and factorise 4 into .
The key point: the proof ends the moment you exhibit the product. Everything after that is unnecessary.
Once you write where both and , you've proven the number is composite. Full stop.done!
You know what you need to show — that an expression is composite.
The question is HOW to find the factorisation when the expression is given as a sum like:
'product of primes plus a number'
— without computing the whole thing first.
Consider the expression .
It has two terms:
Notice that 19 appears in both termscommon factor.
Your Task 📝
Show that is composite.
⚠️ Important: You must NOT compute the full value. Show the algebraic factoring step clearly.
The expression is . Look at it before computing anything.
The two terms are: and . What do they share? The number 19common appears in both — it's one of the factors in the product, and it IS the second term.
Factor out 19:
Simplify inside the bracket:
Now check: is ? Yes. Is ? Yes.
So the original number equals , where both factors exceed 1. By definition, it's composite.
The proof is done. You don't need to simplify . You don't need to factorise further into or .
The moment you write it as (something ) (something else ), the composite proof is complete.
This is the golden rule for these problems. One valid factorisationKEY = proof done.
⚠️ The trap most students fall into: they compute and then spend time trying to factorise 1748.
They see the expression, panic, and immediately reach for the calculator. Then they're stuck with a big number and no clear path forward.
That's the hard way — and in an exam, it's a waste of precious minutes.
The smart approach: spot the common factor before computing. We saw that 19key appears in both terms, so we factored it out directly to get . No big multiplication needed.
You've done one example. Now let's extract the general pattern — what to look for in any expression of this form, so you can handle variants without hesitation.
You've seen that in , the key was that 19 appeared both as a factor in the product and as the added term. This let you factor it out.
Your Turn 🧠
Show that is composite.
Then state the general rule: for an expression of the form (product of several numbers) , what should you look for?
Let's work through it. The expression is .
Look at the product: . The added term is added term. Is one of the factors in the product? Yes — there's a ''factor! right there in the middle!
Factor out 3:
factored
Both 3 and 41 are greater than 1. Composite. Done.
The general rule works like this. Given an expression (A \times B \times C \times \ldots) + k:
The second factor is . Since the 'everything else' is a product of positive integers (at least 1 each), the second factor is at least 2.
So you have times something . Composite.
The General Rule:
This works for any such expression:
What to look for:
For an expression of the form (product of several numbers) :
➡️ Check if appears as one of the factors in the product.
If yes, just factor out — the result will always be compositeproven! (a product of two smaller numbers).