Problem
2009 HMMT November Guts Round Problem 18
Let f be a function that takes in a triple of integers and outputs a real number. Suppose that f satisfies the equations
\begin{array}{rcl} f(a,b,c) & = & \dfrac{f(a+1,b,c)+f(a-1,b,c)}{2} \\[2mm] f(a,b,c) & = & \dfrac{f(a,b+1,c)+f(a,b-1,c)}{2} \\[2mm] f(a,b,c) & = & \dfrac{f(a,b,c+1)+f(a,b,c-1)}{2} \end{array}
for all integers a,b,c. What is the minimum number of triples at which we need to evaluate f in order to know its value everywhere?
Answers are checked by value, so any equivalent form is accepted: 1/2, \frac{1}{2} and 0.5 all count as the same answer.
Full credit goes to HMMT for authoring these problems. This problem is from the November 2009 contest; the official solution is available on the HMMT archive. HMMT is not affiliated with or endorsing TopsOJ in any way.
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)
Problem feedback