1989 AJHSME Problem 20
Source:
June 25, 2011
Problem Statement
The figure may be folded along the lines shown to form a number cube. Three number faces come together at each corner of the cube. What is the largest sum of three numbers whose faces come together at a corner?[asy]
draw((0,0)--(0,1)--(1,1)--(1,2)--(2,2)--(2,1)--(4,1)--(4,0)--(2,0)--(2,-1)--(1,-1)--(1,0)--cycle);
draw((1,0)--(1,1)--(2,1)--(2,0)--cycle); draw((3,1)--(3,0));
label("",(1.5,1.25),N); label("",(1.5,.25),N); label("",(1.5,-.75),N);
label("",(2.5,.25),N); label("",(3.5,.25),N); label("",(.5,.25),N);
[/asy]