Skip to main contentSkip to solution

A function ff maps the set of natural numbers to whole numbers, such that f(xy)=f(x)f(y)+f(x)+f(y)f (xy) = f (x) f (y) + f (x) + f (y) for all x,yx, y and f(p)=1f (p) = 1 for every prime number pp. Then, the value of f(160000)f (160000) is

Solution

✅ Correct Option: 3

We have a special function with two key properties that we need to use strategically.

We have:

  • f(xy)=f(x)f(y)+f(x)+f(y)f(xy) = f(x)f(y) + f(x) + f(y) for all x,yx, y
  • f(p)=1f(p) = 1 for every prime number pp

Since we know the value of ff for all primes, we can build up to find f(160000)f(160000) by breaking it into prime factors.

160000=16×10000160000 = 16 \times 10000

=24×(102)2= 2^4 \times (10^2)^2

=24×(2×5)4= 2^4 \times (2 \times 5)^4

=24×24×54= 2^4 \times 2^4 \times 5^4

=28×54= 2^8 \times 5^4


Since f(2)=1f(2) = 1 and f(5)=1f(5) = 1, let's find values for their powers.

For powers of 2:

Using the functional equation with x=y=2x = y = 2:

f(4)=f(2×2)=f(2)f(2)+f(2)+f(2)=1×1+1+1=3f(4) = f(2 \times 2) = f(2)f(2) + f(2) + f(2) = 1 \times 1 + 1 + 1 = 3

The functional equation tells us how to combine two numbers. When we multiply the same number by itself, we substitute both xx and yy with that number.

f(16)=f(4×4)=f(4)f(4)+f(4)+f(4)=3×3+3+3=15f(16) = f(4 \times 4) = f(4)f(4) + f(4) + f(4) = 3 \times 3 + 3 + 3 = 15

f(256)=f(16×16)=f(16)f(16)+f(16)+f(16)=15×15+15+15=255f(256) = f(16 \times 16) = f(16)f(16) + f(16) + f(16) = 15 \times 15 + 15 + 15 = 255

For powers of 5:

f(25)=f(5×5)=f(5)f(5)+f(5)+f(5)=1×1+1+1=3f(25) = f(5 \times 5) = f(5)f(5) + f(5) + f(5) = 1 \times 1 + 1 + 1 = 3

f(625)=f(25×25)=f(25)f(25)+f(25)+f(25)=3×3+3+3=15f(625) = f(25 \times 25) = f(25)f(25) + f(25) + f(25) = 3 \times 3 + 3 + 3 = 15


Notice that:

f(p1)=1=21−1f(p^1) = 1 = 2^1 - 1

f(p2)=3=22−1f(p^2) = 3 = 2^2 - 1

f(p4)=15=24−1f(p^4) = 15 = 2^4 - 1

f(p8)=255=28−1f(p^8) = 255 = 2^8 - 1

Pattern: f(pn)=2n−1f(p^n) = 2^n - 1 for any prime pp

This pattern emerges because our functional equation has the structure that builds up exponentially.


Since 160000=28×54=256×625160000 = 2^8 \times 5^4 = 256 \times 625:

f(160000)=f(256×625)=f(256)f(625)+f(256)+f(625)f(160000) = f(256 \times 625) = f(256)f(625) + f(256) + f(625)

f(160000)=255×15+255+15f(160000) = 255 \times 15 + 255 + 15

f(160000)=3825+270=4095f(160000) = 3825 + 270 = 4095

Therefore, f(160000)=4095f(160000) = 4095.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question