Questions: Divisor Functions and Multiplicative Functions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is τ(360)? (Note: 360 = 2³ × 3² × 5)

A10 — sum of the exponents plus one
B12 — product of the exponents
C24 — product of each exponent plus one
D15 — number of distinct prime factors times 5
Question 2 Multiple Choice

You know τ(m) = 6 and τ(n) = 4. Under what condition can you conclude τ(mn) = 24?

AAlways — multiplication of divisor counts is always valid
BOnly when m and n are both prime powers
COnly when gcd(m, n) = 1
DOnly when m and n share no prime factors that appear in the key factorization
Question 3 True / False

τ(mn) = τ(m) × τ(n) is true for most positive integers m and n.

TTrue
FFalse
Question 4 True / False

A number n is called perfect when σ(n) = 2n — its positive divisors (including itself) sum to twice n.

TTrue
FFalse
Question 5 Short Answer

Explain why multiplicativity means τ(n) is completely determined by the prime factorization of n, and give the resulting formula.

Think about your answer, then reveal below.