MathDB
Another Function

Source:

December 19, 2005
functionAMCAIMEalgebradomainfunctional equation

Problem Statement

The function ff is defined on the set of integers and satisfies f(n)={n3if n1000f(f(n+5))if n<1000 f(n)=\begin{cases} n-3 & \text{if } n\ge 1000 \\ f(f(n+5)) & \text{if } n<1000\end{cases} Find f(84)f(84).