CAT 2024 Slot 2 — QA Question 2
Basics (Functions)Easy
A function f maps the set of natural numbers to whole numbers, such that f(xy) = f(x)f(y) + f(x) + f(y) for all x, y and f(p) = 1 for every prime number p. Then, the value of f(160000) is
Answer & solution
- A
8191
- B
2047
4095
- D
1023
Solution
Medium
The relation becomes multiplicative after a clever shift: define . Then is multiplicative, so factor into primes and multiply.
1
Linearise the functional equation. Add to both sides:
2
Value at primes. Given for every prime :
3
Factorise the argument. .
4
Convert back. Since :
Need a hint?
When a functional equation has the shape , try to turn it into the clean multiplicative law .