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) Prove that f(x)=f(x-1)+1001. b) Find the

Algebra.Com
Question 1196482: 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) Prove that f(x)=f(x-1)+1001.
b) Find the value of f(9999).

Answer by ikleyn(52793)   (Show Source): You can put this solution on YOUR website!
.
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) Prove that f(x)=f(x-1)+1001.
b) Find the value of f(9999).
~~~~~~~~~~~~~~~

In the given formula, take x = m, n = 1.  You will get

    f(x*1)  = f(x)*f(1) - f(x+1) + 1001,  or

    f(x)    = 2*f(x)    - f(x+1) + 1001,  which is the same as

     0      =   f(x)    - f(x+1) + 1001,

     f(x+1) =   f(x) + 1001.                   (1)


Thus part (a) is just solved and completed.



From the formula (1), we conclude that the sequense (1) is an arithmetic progression 

with the first term f(1) = 2 and the common difference of 1001.  So


    f(9999) = f(1) + (9999-1)*1001 = 2 + (9999-1)*1001 = 10,008,000.


Thus part (b) is completed, too.

Solved.



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,... (answered by Edwin McCravy)
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)