Difference between revisions of "Talk:1984 AIME Problems/Problem 7"

 
(No difference)

Latest revision as of 01:07, 21 January 2007

The AOPS topic had the formula written as

f(n)= \begin{cases} n-3 & \text{if } n\ge 1000 \\ f(f(n+5)) & \text{if } n<1000 \end{cases}

If you look at this page, you can see about halfway down the page under the heading "Cases and distinctions" that the "\text{if }", which causes a problem in AopsWiki, should be replaced with "\mbox{if }".