| A Recursive Partitioned Function |
Consider a function, f(n), defined recursively by parts:
f(n+1) = f(n) + 3 while f(n) <= 100 f(n+1) = f(n) - 2 while f(n) > 100
f(1) = 50
Find the value of f(500). |
Problem Moderated by: Sasha |
| Show Problem Solution |
|
|
Options
|
|
|
The Maine Page
|
|
|
|
Archives
|
|
|
|
Problem Pages
|
|
|
|
Games!
|
|
|
|