Given that and are positive integers satisfying the system of equations above, find the maximum value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can get that xyz=x+y+z-2
Using the identity (x+1)(y+1)(z+1)=xyz +xy+xz+yz+x+y+z+1
Substituting you'll get that (x+1)(y+1)(z+1)=(2x+2y+2z+xy+xz+yz)-1=53-1
(x+1)(y+1)(z+1)=52 WLOG we can get the solutions (51,0,0) (25,1,0) (12,1,1) (12,3,0)
Since x,y,z are positive integers the only solution is (12,1,1) finding the maximum value for x+y will be 12+1=13