SOLUTION: A function f is defined for integers m and n as given: f(mn)=f(m)*f(n)-f(m+n)+1001, where either m or n is equal to 1, and f(1)=2 a)Find the value of f(9999)

Algebra.Com
Question 1165362: A function f is defined for integers m and n as given:
f(mn)=f(m)*f(n)-f(m+n)+1001, where either m or n is equal to 1,
and f(1)=2
a)Find the value of f(9999)

Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!
f(mn) = f(m)∙f(n) - f(m+n) + 1001
Let m=1, then

        f(1n) = f(1)∙f(n) - f(1+n) + 1001
         f(n) = 2∙f(n) - f(n+1) + 1001
       f(n+1) = f(n) + 1001
f(n+1) - f(n) = 1001 

This tells us that after the first term the common difference between
a term and its preceding term equals 1001.

So it is an arithmetic sequence with first term f(1) = 2 and common
difference 1001.

     The formula is an = a1 + (n-1)∙d

                  f(n) = f(1) + (n-1)∙1001
                  f(n) = 2 + (n-1)∙1001
                  f(n) = 2 + 1001n - 1001
                  f(n) = 1001n - 999

So when n=12
               f(9999) = 1001(9999) - 999
               f(9999) = 10008999 - 999
               f(9999) = 10008000

Edwin


RELATED QUESTIONS

A function f is defined for integers m and n as given: {{{ f(mn) =... (answered by Edwin McCravy)
A function f is defined for integers m and n as given: f(mn)=f(m)f(n)-f(m+n)+ 1001, where (answered by ikleyn)
The function f(n) takes the integers to the real numbers such that f(m + n) + f(m - n) = (answered by CPhill,ikleyn)
The function f satisfies f(m + n) = f(m) + f(n) - 2f(mn + m + n + 1) + m^2 + n^2 for... (answered by CPhill)
A function f(n) defined for all positive integers has the property that f(m) + f(n) =... (answered by Edwin McCravy)
If f is a function such that for all integers m and n, f(m,1) = m+1 and f(m,n) =... (answered by MathLover1)
if f is a function such that for all integer m and n, f(m, 1) =m+1 and F(m, n) = F(m+2,... (answered by ikleyn,greenestamps)
If a sequence is defined recursively by f(0)=2 and f(n+1)=-2f(n)+3 for n>or=0 then f(2)... (answered by greenestamps)
Determine whether the function f : Z × Z → Z is onto if a) f (m, n) = m. b) f (m, (answered by Edwin McCravy)