Originally Posted by Monique
To find the points, you can simplify it a bit and take out the trial and error in finding n if you write
g+c = (n-1)²
o+g= n²
c+o= (n+1)²
and g+c+o = m²
If you add up the first three equations, you get
2(g+c+o) = 3n² +2, which must equal 2m² from the 4th equation.
You can quickly see that n must be even, so writing n=2k, we can simplify
3n² +2=2m² to
6k² +1 = m². (*)
You can either solve this in integers by trial and error or recognise it as a form of "Pell's equation" ( http://en.wikipedia.org/wiki/Pell's_equation )
The easiest way to solve this sort of equation is to produce "continued fractions" that converge to the square root of 6 - there is an algorithm to do this. The fractions are:
2/1, 5/2, 22/9, 49/20, 218/89, 485/198, 2158/881 ...
which give possible values for m/k.
You need to stop when you find one that satisfies equation (*) - actually, all the even ones do (the 2nd, 4th, 6th). The 2nd is no good as it gives 0 points for one of the apes - but 49/20 works. So k=20; n = 2k = 40 and m=49.
Then from the first 3 equations it is easy to arrange them to get:
g = 2k² - 4k = 720
c = 2k² +1 = 801
o = 2k² + 4k = 880
Leave a comment: