${}^xC_4-{}^yC_4=425$; find $x+y$
I can’t figure out if this is just a guess or check or if there is an efficient way to solve this, any help would be greatly appreciated.
${}^xC_4-{}^yC_4=425$; find $x+y$
I can’t figure out if this is just a guess or check or if there is an efficient way to solve this, any help would be greatly appreciated.
Copyright © 2021 JogjaFile Inc.
Closely related to Michael's approach: There's a curious fact that the product of four consecutive integers is always one less than a square - in particular $x(x-1)(x-2)(x-3) = (x^2 -3x+1)^2-1$, so we can write down that $$\binom{x}{4} - \binom{y}{4} = 425 \iff(x^2 -3x+1)^2-(y^2-3y+1)^2=10200.$$ This factors using the difference of squares, giving $$(x^2- y^2-3x+3y)(x^2+y^2-3x-3y+2)=10200.$$ However, the expression $t^2 - 3t + 1$ is always odd for any integer $t$, so both parentheses above are the sum or difference of odd integers, hence must both be even. So, we are searching only for pairs of even divisors of $10200$, (that is, divisors of $2550 = 10200/4$) of which there are only $12$, I've shown the divisors of $2550$ here: $$(1,2550),(2,1275),(3,850),(5,510),(6,425),(10,255),(15,170),(17,150),(25,102),(30,85),(34,75),(50,51)$$
Each of these gives a possibility for the tuple $(x^2-3x+1, y^2-3y+1)$ which could work, and it only remains to check which of these are in fact expressible in that form: $$(2551,2549),(1277,1273),(853,847),(515,505),(431,419),(265,245),(185,155),(167,133),(127,77),(115,55),(109,41),(101,1)$$
Staring at $x^2 - 3x + 1$ for a while, you may notice it is one less than twice a triangle number, in particular $(x^2 - 3x + 1) + 1 = (x-1)(x-2) = 2T_{x-2}$, and it is not hard to prove that $n$ is triangular $\iff$ $8n+1$ is a square. So, some integer $n$ is expressible in the form $x^2 - 3x + 1$ $\iff$ $4(n+1) + 1 = 4n+5$ is a square.
Applying $4n+5$ to the possibilities above (and starting from the end because $x^2 - 3x+1$ should space out more for higher $x$, so $(2551, 2549)$ is unlikely to both work), we notice $(109, 41)$ works, giving $x=12$, $y=8$.