document.write( "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.\r
\n" ); document.write( "\n" ); document.write( "a) Prove that f(x)=f(x-1)+1001.\r
\n" ); document.write( "\n" ); document.write( "b) Find the value of f(9999).
\n" ); document.write( "

Algebra.Com's Answer #829325 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "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.
\n" ); document.write( "a) Prove that f(x)=f(x-1)+1001.
\n" ); document.write( "b) Find the value of f(9999).
\n" ); document.write( "~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "In the given formula, take x = m, n = 1.  You will get\r\n" );
document.write( "\r\n" );
document.write( "    f(x*1)  = f(x)*f(1) - f(x+1) + 1001,  or\r\n" );
document.write( "\r\n" );
document.write( "    f(x)    = 2*f(x)    - f(x+1) + 1001,  which is the same as\r\n" );
document.write( "\r\n" );
document.write( "     0      =   f(x)    - f(x+1) + 1001,\r\n" );
document.write( "\r\n" );
document.write( "     f(x+1) =   f(x) + 1001.                   (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus part (a) is just solved and completed.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the formula (1), we conclude that the sequense (1) is an arithmetic progression \r\n" );
document.write( "\r\n" );
document.write( "with the first term f(1) = 2 and the common difference of 1001.  So\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    f(9999) = f(1) + (9999-1)*1001 = 2 + (9999-1)*1001 = 10,008,000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus part (b) is completed, too.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );