If $x, y, z$ are three distinct positive integers, where $x + y + z = 13$ and $xy, xz, yz$ form an increasing arithmetic sequence, what is the value of $(x + y)^z$ ?
I've been trying to solve this by forming equations based off of formulas ($yz - xz = xz - xy$) and by trying to clean it up by systems of equations (I did $(13 - z)^2 = 13$), but I can't seem to find the solution.
If $xy$, $xz$ and $yz$ form an arithmetic progression, increasing in that order, then $z>y>x$ so in particular $y\leq5$ as otherwise $x+y+z\geq1+6+7=14$. This already leaves only $10$ triplets $(x,y,z)$ to check. We can continue to reduce the number of triplets by noting that $$(y-x)z=yz-xz=xz-xy=x(z-y),$$ which shows that $x$ divides $yz$ and $z$ divides $xy$. In particular, the latter shows that $$xy\geq z>y>x,$$ so $x>1$. Moreover, because $z=13-x-y$ this inequality shows that $$(x+1)(y+1)\geq14.$$ These conditions greatly reduce the possibilities for $(x,y,z)$; we are now left with $$(2,4,7),\qquad (2,5,6),\qquad (3,4,6).$$ We see that $z$ divides $xy$ only for the latter triplet, so $(x+y)^z=(3+4)^6=117\,649$.
Of course if the arithmetic progression is decreasing, then swapping $x$ and $z$ yields an increasing sequence and hence the solution found above. So the unique decreasing solution is $(x,y,z)=(6,4,3)$ with $(x+y)^z=1000$.