Factors • Topic 3 of 3

Product of Factors

The factors of N pair up neatly: if f divides N, so does N/f, and each such pair multiplies to N. There are d/2 such pairs (where d = d(N) is the number of factors), so the product of ALL factors is N^(d/2). For 36 = 2^2 × 3^2, d = 9 and the product of all factors is 36^(9/2) = 6^9. The half-power is not a problem even when d is odd: an odd d means N is a perfect square, its square root pairs with itself, and N^(d/2) is still a clean integer because √N is an integer. CAT often asks the reverse — "the product of the factors of N is N^3, how many factors does N have?" — which gives d/2 = 3 ⇒ d = 6. A close cousin counts the number of ways to write N as a product of two factors: d/2 if N is not a perfect square, and (d+1)/2 if it is (the square root being self-paired).

✅ Solved examples

1. Find the product of all factors of 12.
12 = 2^2 × 3, d = (2+1)(1+1) = 6. Product = 12^(6/2) = 12^3 = 1728.
2. The product of all factors of N is N^4. How many factors does N have?
N^(d/2) = N^4 ⇒ d/2 = 4 ⇒ d = 8 factors.
3. In how many ways can 360 be written as a product of two factors?
360 = 2^3 × 3^2 × 5, d = 24. Not a perfect square, so ways = d/2 = 12.
4. In how many ways can 36 be written as a product of two factors?
36 = 2^2 × 3^2, d = 9 (odd ⇒ perfect square). Ways = (d+1)/2 = 5. (Including 6 × 6.)

✏️ Practice — try these, take hints as needed

1. Product of all factors of 16?
16 = 2^4, d = 5.
16^(5/2).
= 4^5.
1024
2. Product of all factors of 24, as a power of 24?
24 = 2^3 × 3, d = 8.
N^(d/2).
d/2 = 4.
24^4
3. Product of factors of N is N^6. Number of factors?
N^(d/2) = N^6.
d/2 = 6.
Solve for d.
12
4. In how many ways can 100 be written as a product of two factors?
100 = 2^2 × 5^2, d = 9.
Perfect square.
(d+1)/2.
5
5. In how many ways can 84 be written as a product of two DISTINCT factors?
84 = 2^2 × 3 × 7, d = 12.
Not a perfect square.
d/2 (all pairs already distinct).
6

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…