Prerequisites: Divisibility by 13. 11. Find the largest value of a b a^b such that the positive integers a , b > 1 a, b > 1 satisfy a b ⋅ b a + a b + b a = 5329 a^b \cdot b^a + a^b + b^a = 5329 Solution: Rewrite the given equation a b b a + a b + b a = 5329 a^b\,b^a \;+\; a^b \;+\; b^a \;=\; 5329 as ( a b + 1 ) ( b a + 1 ) = 5329 + 1 = 5330. (a^b+1)(b^a+1)\;=\;5329 + 1 \;=\;5330. Thus if we set x = a b x=a^b and y = b a , y=b^a, then ( x + 1 ) ( y + 1 ) = 5330. (x+1)(y+1)=5330. Next one factors 5330 5330 (which is 2 × 5 × 13 × 41 2 \times 5 \times 13 \times 41 ) and looks for factor‐pairs ( p , q ) (p,q) of 5330 5330 such that x = p − 1 x=p-1 and y = q − 1 y=q-1 can both be positive perfect powers a b a^b and b a b^a . Among the possible divisors, the only workable pairs turn out to be ( p , q ) = ( 65 , 82 ) and ( 82 , 65 ) , (p,q) \;=\; (65,\,82)\quad\text{and}\quad(82,\,65), which give x = 64 , y = 81 or x = 8...