Difference between revisions of "1994 AIME Problems/Problem 7"
(→Solution (the original was kinda wrong) (the original was not wrong)) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
<center><math>x^2+y^2=50\,</math></center> | <center><math>x^2+y^2=50\,</math></center> | ||
has at least one solution, and each solution is an ordered pair <math>(x,y)\,</math> of integers. How many such ordered pairs <math>(a,b)\,</math> are there? | has at least one solution, and each solution is an ordered pair <math>(x,y)\,</math> of integers. How many such ordered pairs <math>(a,b)\,</math> are there? | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Solution== | ==Solution== | ||
Line 123: | Line 9: | ||
The equation <math>x^2+y^2=50</math> is that of a circle of radius <math>\sqrt{50}</math>, centered at the origin. By testing integers until the left side becomes too big, we see that the lattice points on this circle are <math>(\pm1,\pm7)</math>, <math>(\pm5,\pm5)</math>, and <math>(\pm7,\pm1)</math> where the signs are all independent of each other, for a total of <math>3\cdot 2\cdot 2=12</math> lattice points. They are indicated by the blue dots below. | The equation <math>x^2+y^2=50</math> is that of a circle of radius <math>\sqrt{50}</math>, centered at the origin. By testing integers until the left side becomes too big, we see that the lattice points on this circle are <math>(\pm1,\pm7)</math>, <math>(\pm5,\pm5)</math>, and <math>(\pm7,\pm1)</math> where the signs are all independent of each other, for a total of <math>3\cdot 2\cdot 2=12</math> lattice points. They are indicated by the blue dots below. | ||
− | + | <asy> size(150); draw(circle((0,0),sqrt(50))); | |
− | size(150); | ||
− | draw(circle((0,0),sqrt(50))); | ||
− | draw((1,7)--(-1,-7),red); | + | draw((1,7)--(-1,-7),red); draw((7,1)--(5,-5), green); |
− | draw((7,1)--(5,-5), green); | ||
dot((0,0)); | dot((0,0)); | ||
− | dot((1,7),blue); | + | dot((1,7),blue); dot((1,-7),blue); dot((-1,7),blue); dot((-1,-7),blue); |
− | dot((1,-7),blue); | ||
− | dot((-1,7),blue); | ||
− | dot((-1,-7),blue); | ||
− | dot((5,5),blue); | + | dot((5,5),blue); dot((5,-5),blue); dot((-5,5),blue); dot((-5,-5),blue); |
− | dot((5,-5),blue); | ||
− | dot((-5,5),blue); | ||
− | dot((-5,-5),blue); | ||
− | dot((7,1),blue); | + | dot((7,1),blue); dot((7,-1),blue); dot((-7,1),blue); dot((-7,-1),blue); </asy> |
− | dot((7,-1),blue); | ||
− | dot((-7,1),blue); | ||
− | dot((-7,-1),blue); | ||
− | |||
Since <math>(x,y)=(0,0)</math> yields <math>a\cdot 0+b\cdot 0=0 \neq 1</math>, we know that <math>ax+by=1</math> is the equation of a line that does not pass through the origin. So, we are looking for the number of lines which pass through at least one of the <math>12</math> lattice points on the circle, but do not pass through the origin or through any non-lattice point on the circle. An example is the green line above. It is straightforward to show that a line passes through the origin precisely when there exist two opposite points <math>(p,q)</math> and <math>(-p,-q)</math> through which it passes. And example is the red line above. | Since <math>(x,y)=(0,0)</math> yields <math>a\cdot 0+b\cdot 0=0 \neq 1</math>, we know that <math>ax+by=1</math> is the equation of a line that does not pass through the origin. So, we are looking for the number of lines which pass through at least one of the <math>12</math> lattice points on the circle, but do not pass through the origin or through any non-lattice point on the circle. An example is the green line above. It is straightforward to show that a line passes through the origin precisely when there exist two opposite points <math>(p,q)</math> and <math>(-p,-q)</math> through which it passes. And example is the red line above. |
Latest revision as of 18:51, 8 January 2024
Problem
For certain ordered pairs of real numbers, the system of equations
has at least one solution, and each solution is an ordered pair of integers. How many such ordered pairs are there?
Solution
The equation is that of a circle of radius , centered at the origin. By testing integers until the left side becomes too big, we see that the lattice points on this circle are , , and where the signs are all independent of each other, for a total of lattice points. They are indicated by the blue dots below.
Since yields , we know that is the equation of a line that does not pass through the origin. So, we are looking for the number of lines which pass through at least one of the lattice points on the circle, but do not pass through the origin or through any non-lattice point on the circle. An example is the green line above. It is straightforward to show that a line passes through the origin precisely when there exist two opposite points and through which it passes. And example is the red line above.
There are ways to pick two distinct lattice points, and subsequently distinct lines which pass through two distinct lattice points on the circle. Then we subtract the lines which pass through the origin by noting that the lattice points on the circle can be grouped into opposite pairs and , for a total of lines. Finally, we add the unique tangent lines to the circle at each of the lattice points.
Therefore, our final count of distinct lines which pass through one or two of the lattice points on the circle, but do not pass through the origin, is
See also
1994 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.