20.4Perfect Squares
Mission progress0 / 10
Chapter 20 • Lesson 4

Connect Squares, Cubes, and Divisor Counts

连接平方数、立方数与约数个数

Use prime exponents to see when a number is a square, a cube, or both; then connect those exponent patterns to odd divisor counts and to numbers with exactly three divisors.

Exponents reveal the power; divisor choices reveal the count.
10 interactive missionsWorked example 5 & Exercise 4Lamp-puzzle connectionAutosaves in this browser
Answers save automatically on this device.
Mission 1

Meet squares, cubes, and their overlap

A square uses two equal factors. A cube uses three. Some positive integers have both forms.

Not complete

Build with root 4

Square4² = 16
Cube4³ = 64
Square meansn × n
Cube meansn × n × n
Perfect squares and perfect cubes Two overlapping circles. 36 is inside only the perfect-squares circle. 64 is inside their overlap. 8 is inside only the perfect-cubes circle. 72 is outside both circles. Perfectsquares Perfectcubes 36648 72 is outside both circles
Examples: 36 is a square but not a cube; 8 is a cube but not a square; 64 is both; 72 is neither.

Checkpoint for the fixed numbers 4, 64 and 8

These questions keep the same numbers when you change the explorer.

Need a hint? Start here

A square uses two equal factors; a cube uses three. Test both forms separately.

4²=16,4³=64;64=8²=4³;8=2³ but lies between 2² and 3². 16;64;both;cube only.

Mission 2

Read square and cube rules from prime exponents

From this mission onward, all numbers are positive whole numbers and all divisors are positive. (The first explorer also allowed zero.) Prime factorization turns a large number into an exponent ledger. The exponent pattern determines the perfect-power category.

Not complete
Predict first

A number has exactly one distinct prime factor, with exponent 5. What is the least number of extra copies of that prime needed to make it both square and cube?

Your prediction is checked with this mission. Try it before reading the worked steps below.

The three exponent tests

PropertyRequired exponent pattern
Perfect squareEvery exponent is a multiple of 2
Perfect cubeEvery exponent is a multiple of 3
BothEvery exponent is a multiple of lcm(2,3)=6
square ∩ cube = sixth power

Exponent ledger

Exponent checkpoint

Need a hint? Start here

Check every exponent for divisibility by 2 and by 3. Both tests require multiples of their LCM.

Their LCM is 6. The prediction needs one copy, changing exponent 5 to 6. Prediction 1. Checkpoint:6;square only;cube only;root 6.

Mission 3

Worked example 5: numbers below 1,000 that are both square and cube

The worked example asks about positive whole numbers below 1,000. Its solution converts the two power conditions into one sixth-power condition.

Not complete
Worked example 5

Turn two conditions into one

A square has prime exponents divisible by 2. A cube has prime exponents divisible by 3. Therefore a number with both properties is a sixth power:

N = k⁶
kk⁶Below 1,000?
11Yes
264Yes
3729Yes
44,096No
So the complete original list is 1, 64, 729, and there are 3 such positive whole numbers below 1,000.

original-example checkpoint

Need a hint? Start here

Generate positive sixth powers in order. Stop at the first value reaching the bound.

1⁶=1,2⁶=64,3⁶=729,4⁶=4096. Count3;64;729;4096.

Mission 4

Count common square–cube numbers below any bound

Instead of listing every square and every cube, generate the sixth powers directly.

Not complete

Sixth-power boundary laboratory

Why this is complete

The sixth powers increase with the root:

1⁶ < 2⁶ < 3⁶ < 4⁶ < …

Once one sixth power reaches the bound, every later one is too large.

Watch the endpoint

“Below 1,000” means:

k⁶ < 1000

It does not include a value equal to the bound.

Boundary checkpoint

Need a hint? Start here

Pay attention to “below”: a value equal to the bound is excluded.

Below 10000:1,64,729,4096. Below65:1,64. 4;4096;2;64.

Mission 5

See why squares have an odd number of divisors

The lamp investigation depends on factor pairs. Every ordinary pair contributes two divisors; a square root pairs with itself.

Not complete
Chapter introduction

The factor-pair mechanism

For a nonsquare, every divisor has a different partner:

30: 1×30, 2×15, 3×10, 5×6

That gives an even number of divisors.

For a square, the square root creates a self-pair:

36: …, 6×6

That one unpaired root makes the divisor count odd.

In the lamp puzzle, all lamps start off. After every round is complete, lamp n has changed state once for each positive divisor of n. It remains on exactly when n has an odd number of divisors—exactly when n is a perfect square.

Factor-pair explorer

Divisor-parity checkpoint

Need a hint? Start here

Pair divisors around the root. A self-pair contributes just one divisor.

36 has four two-divisor pairs and self-pair6×6;30 has four two-divisor pairs. 9;8;odd;yes.

Mission 6

Exactly three divisors means the square of a prime

The practice problem asks for all two-digit natural numbers with exactly three positive divisors.

Not complete
Exercise 4

Why the form must be p²

A number with exactly three divisors must have the list:

1, p, p²

The middle divisor p must be prime. If p were composite, it would contribute more divisors.

τ(N)=3 ⇔ N=p² for a prime p

For a two-digit p², the prime root must be a one-digit prime whose square has two digits.

Two-digit search

The complete two-digit list is 25=5² and 49=7².

Exactly-three-divisors range explorer

Both endpoints are included.

original-exercise checkpoint

Need a hint? Start here

Exactly three divisors leaves only 1, a prime p, and p squared.

Single-digit prime roots are2,3,5,7;only5²=25 and7²=49 have two digits. Two answers;25;49;sum74.

Mission 7

Audit one number from every viewpoint

Prime factorization, perfect-power status, and divisor count should tell one consistent story.

Not complete
What does τ(N) mean? It is the number of positive divisors of N. In 2³×3², a divisor can use 0, 1, 2 or 3 copies of 2 (four choices) and 0, 1 or 2 copies of 3 (three choices). Each pair of choices gives a different divisor, so τ(72)=4×3=12. For 1 there is only the divisor 1; no prime factors are needed.

Divisor-structure laboratory

Example: 64

64=2⁶
  • 6 is even, so 64 is a square.
  • 6 is divisible by 3, so 64 is a cube.
  • τ(64)=6+1=7, an odd divisor count.

Example: 72

72=2³×3²
  • 3 is not even, so not a square.
  • 2 is not divisible by 3, so not a cube.
  • τ(72)=(3+1)(2+1)=12.

Structure checkpoint

Need a hint? Start here

For an exponent e, a divisor can use 0 through e copies: e+1 choices. Multiply independent choices.

64=2⁶ and729=3⁶ each have7 divisors;72=2³×3² is neither square nor cube. 7;7;neither;yes.

Mission 8

Search complete property families

Choose a property and an upper bound. The studio enumerates every positive integer in the range and reports the full family.

Not complete

Equivalence check

odd divisor count ⇔ perfect square

For every positive bound, the two searches return the same family.

Special subfamily

exactly 3 divisors ⇔ prime square

This family sits inside the perfect squares but contains only squares of primes.

Search-studio checkpoint

Need a hint? Start here

Generate roots for squares, cubes and prime squares. Include 1 when positive values are allowed.

Squares:1²–10²;cubes:1³–4³;both:1,64;prime squares:4,9,25,49. 10;4;2;4.

Mission 9

Squares, cubes, and divisors workshop

Correct all eight answers to complete the workshop.

Not complete
0 / 8

Optional reflection — not automatically graded

Need a hint? Start here

Choose a method before calculating. Use the earlier local hint for that method, then verify the root, all stated conditions and the endpoints.

The least positive common exponent is6; two-digit prime squares are25 and49. Both;6;3;4096;9;2;7;square.

Mission 10

Exit ticket

Complete all ten missions, including all five exit questions, to earn your certificate.

Not complete

Fresh challenge: use the methods from this lesson on these new values. Check your calculations by squaring, listing a short cycle, or verifying every condition.

0 / 5
x⁶

Square–Cube & Divisor-Count Architect

This certifies that a determined mathematician can connect prime-exponent patterns, sixth powers, odd divisor counts, and prime squares with exactly three divisors.

Lesson 20.4 • Chapter 20

Need a hint? Start here

Choose a method before calculating. Use the earlier local hint for that method, then verify the root, all stated conditions and the endpoints.

50=2×5² has(1+1)(2+1)=6 divisors. Below10000 are1,64,729,4096. 6;729;25;6;four.