AMC 10 · 2021 · #6
Grade 9 number-theoryPick an answer.
Written as the five digits 16383, this number gives nothing away — factoring it by trial division would mean testing primes up to 73. So the first move is Tool #15 (Organize Information in More Ways): stop reading it as a five-digit number and read it as 2¹⁴ - 1 instead. The problem already handed over that form. Rewritten once more as 128² - 1, it becomes a difference of squares, which factors on sight. Tool #7 (Identify Subproblems) then takes over: the split produces two factors, and each one has to be pushed down to primes separately before I know which prime is largest. Tool #6 (Guess and Check) closes the last gap — testing the short list of small primes needed to certify that the biggest factor really is prime.
Read the number as a power
Read it as a power minus one.
The problem told me what the neighbour is, so describe the target relative to that neighbour rather than from scratch.
6.EE.A.1Organize Information In More WaysTurn the power into a square
The even exponent makes it a perfect square.
An even exponent is a square in disguise, and a square minus 1 is a shape I know how to break.
8.EE.A.1Organize Information In More WaysSplit the difference of squares
Split the difference of squares.
One less than a perfect square is never prime — it is always the two numbers on either side of the root, multiplied.
One less than a perfect square is never prime; it is always the two neighbours of the root, multiplied.
▸ Why?
A difference of two squares is the two numbers added times the two subtracted.
▸ Why?
A number with two factors above one has divisors beyond one and itself, so it cannot be prime.
Break the composite factor down
Break the composite factor down.
A factor pair only helps once both halves are pushed down to primes.
4.OA.B.4Identify SubproblemsCertify that 127 is prime
Certify the leftover factor is prime.
To prove a number is prime, only the primes up to its square root need testing — beyond that the partner factor would already have shown up.
4.OA.B.4Guess And CheckTake the biggest prime and add its digits
Adding its digits gives 10.
The last step is a different question from the one just solved — answer what was asked, which is the digit sum.
2.NBT.A.1Identify SubproblemsWhen a number sits right next to a perfect square, write it as that square minus one — a² - 1 always splits into (a-1)(a+1), which turns a long hunt for factors into a single line.
- Read the number as a power
- Turn the power into a square
- Split the difference of squares
- Break the composite factor down
- Certify that 127 is prime
- Take the biggest prime and add its digits