1.1.7 · D5Arithmetic & Number Systems
Question bank — Factors and multiples — all factors of a number, factor pairs
The picture below is the mental model behind every question here: a factor pair is a rectangle of dots, and the search "walks up to the square". Keep it in mind — several answers below ("the small buddy drags in the big partner", the perfect-square self-pairing) are just this rectangle picture read out in words.

True or false — justify
Every statement below is either always-true or has a hidden counter-case. Decide and say why. (Remember: "number" = positive integer.)
Every positive integer has at least two factors.
False. The number has exactly one factor — itself — since and there is no smaller positive integer to pair it with. Every positive integer has at least two.
The largest factor of (other than itself) is always .
False. Every proper factor is a co-factor where is some factor ; to make biggest you pick smallest, i.e. the smallest prime factor. For that smallest prime factor is , giving largest proper factor — not . The rule only wins when is a factor.
If is a factor of , then is a factor of .
False — the relationship is one-directional. is a factor of , but does not divide . It flips to " is a multiple of ", not a factor.
A number and its factors are the same set as that number's multiples.
False. Factors are finite and all ; multiples are infinite and all . Only itself sits in both lists.
Every factor of appears in some factor pair .
True. If divides then is a positive integer and , so is automatically half of the pair — the width and height of one dot-rectangle.
The number of factors of is always even.
False. It's even unless is a perfect square, where the pair counts one factor once, making the total odd.
If divides both and , then divides .
True. Write and ; then , which is times a whole number — so is a factor of the sum.
Two different positive integers can share all the same factors.
False. If two numbers had exactly the same factor set, they'd share itself as their largest factor, forcing them to be equal.
Spot the error
Each line contains one flawed step or claim. Name what's wrong.
"To list factors of , I scan to , and since doesn't divide there's no factor near there."
The false inference is " isn't a factor, therefore nothing useful lives near there." The scan doesn't need itself to be a factor — within the same range and do divide, handing you and . A non-dividing is meant to fail silently, not to signal an empty region.
" is a perfect square, so I write its factors as ."
The middle factor is written twice. In the dot picture it's the square rectangle , whose side is one number, so list it once: — nine factors.
" isn't really a factor of because is trivial and is prime."
divides every number since . A prime has exactly two factors — and itself — so is one of the two, not excluded.
" is a factor of because divides everything."
Backwards, and it ignores that we test factors by multiplication (division by is undefined). for any , so is a factor of nothing but . What's true is that everything is a factor of .
"Since and , the number has the factor pair and also , so that's two extra factors."
and are the same unordered pair — the same rectangle just rotated. They contribute the two factors and once, not twice.
", so I scan up to ; but is a factor of and , so the rule is broken."
Not broken. enters as the big partner of (since and ). Every big side of a rectangle is dragged in by its small side.
" and have no common factors above because they're different."
They share and . Different numbers routinely share factors; that shared-factor idea is exactly what HCF and LCM is built on.
Why questions
Answer with the reasoning, not just the fact.
Why do we only scan up to instead of up to ?
Because if both members of a pair exceeded , their product would exceed , contradicting . So one member is always — scanning that far catches every rectangle.
Why does finding one factor hand you a second factor for free?
Because , so the quotient is automatically a whole-number factor. Factors are born in pairs, never alone — the two sides of one dot-rectangle.
Why must every factor of be at most ?
A factor multiplies by a positive whole number to reach ; if then even , so can't fit. Hence .
Why does a prime have exactly two factors?
By definition a prime can only be written as . No middle factor exists, so its factor list is precisely — two entries.
Why does knowing the Prime factorisation of let you count factors without listing them?
Each factor is built by choosing how many of each prime to include; the choices multiply out to , giving the total count directly from the exponents.
Why is checking divisibility enough to decide if is a factor?
"Factor" means "divides with remainder ", and a divisibility rule is just a fast test for exactly that remainder-zero condition — same question, quicker answer.
Why does cancelling common factors put a fraction in lowest terms?
Dividing top and bottom by a shared factor removes it from both without changing the value; when no common factor above remains, the fraction can't be simplified further.
Edge cases
The scenarios people forget to test.
How many factors does have, and what is its only factor pair?
Exactly one factor: itself. Its only pair is — the square, a number pairing with itself.
Is a factor of any number, and is any number a factor of ?
is a factor of nothing except : the test forces (and you can never divide by ). But every positive integer is a factor of , since .
Do we count negative divisors like as factors of ?
Not on this page: our domain is positive integers, so we list only . Although is true arithmetically, "factor" here always means a positive one.
What are the factor pairs of a prime like ?
Only . Scanning to finds just dividing it, confirming exactly two factors.
For a perfect square such as , what happens at ?
At the quotient is also , so the pair is — the square rectangle, a factor meeting itself. You record once, which is why has an odd factor count (three: ).
Does the smallest possible number satisfy " and are always factors"?
Yes but they coincide — here is , so the two "always-factors" collapse into a single factor. It's the only case where the two rules describe the same number.
If is prime, does the rule still need a full scan?
Yes — you still test every from to to confirm none divide . Finding no divisor in that range is precisely the proof of primality.
Can a number be its own factor pair partner without being a perfect square?
No. forces , meaning must be a perfect square. Self-pairing and perfect-square-ness are the same condition.
Connections
- Prime numbers and composite numbers — factor counts of , , and beyond.
- Prime factorisation — why exponents give the factor count.
- HCF and LCM — shared factors across two numbers.
- Divisibility rules — the fast remainder-zero tests.
- Perfect squares — the odd-factor-count edge case.
- Fractions in lowest terms — cancelling common factors.