Trenters4325
Junior Member
- Joined
- Apr 8, 2006
- Messages
- 122
On this webpage, http://www.artofproblemsolving.com/Foru ... 85883.html, I can't understand the logic of the sentence that begins "Dividing by 4..." How did they get 7^2.
P.S. Where can I get the latex commands?Art Of Problem Solving forum said:Problem 2: A point whose coordinates are both integers is called a lattice point. How many lattice points lie on the hyperbola x<sup>2</sup> - y<sup>2</sup> = 2000<sup>2</sup>.
Solution: By the difference of squares, (x - y)(x + y) = 2000<sup>2</sup> = 2<sup>8</sup>5<sup>6</sup>. Because x+y and x-y multiply to an even number and have the same parity, both are even.
Dividing by 4, we get [(x + y)/2][(x - y)/2] = 2<sup>6</sup>5<sup>6</sup>. The number of positive solutions (x + y)/2 and (x - y)/2 are given by the number of positive divisors of 2<sup>6</sup>5<sup>6</sup>, which is 7<sup>2</sup> = 49.
However, since both fractions could also be negative, we have twice as many lattice points for a total of 098 points.