Questions: Arithmetic Functions and Multiplicativity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is d(72), the number of divisors of 72?

A8
B9
C12
D18
Question 2 Multiple Choice

Suppose f is multiplicative and you know f(2) = 3, f(4) = 5, f(3) = 7. Which additional piece of information lets you compute f(12) without any further assumptions?

Af(2) alone, because multiplicativity means f(12) = f(2)⁴ / f(3)
Bf(4) and f(3), because 12 = 4 × 3 and gcd(4, 3) = 1, so f(12) = f(4)·f(3) = 35
Cf(2) and f(3), because 12 = 2² × 3 and f(12) = f(2)·f(2)·f(3) = 63
DAll three values are needed and the answer is f(2)·f(4)·f(3)
Question 3 True / False

Knowing f(p) for most prime p is sufficient to compute f(n) for most positive integer n, as long as f is multiplicative.

TTrue
FFalse
Question 4 True / False

A multiplicative function on n is completely determined by its values on prime powers because the Fundamental Theorem of Arithmetic guarantees a unique factorization of every integer into coprime prime-power factors.

TTrue
FFalse
Question 5 Short Answer

Why does multiplicativity reduce the problem of computing an arithmetic function on all positive integers to computing it only on prime powers?

Think about your answer, then reveal below.