Difference between revisions of "2016 AIME I Problems/Problem 14"
Poilio4236 (talk | contribs) m (→Solution) |
V-for-vieta (talk | contribs) (→Solution) |
||
Line 3: | Line 3: | ||
Centered at each lattice point in the coordinate plane are a circle radius <math>\frac{1}{10}</math> and a square with sides of length <math>\frac{1}{5}</math> whose sides are parallel to the coordinate axes. The line segment from <math>(0,0)</math> to <math>(1001, 429)</math> intersects <math>m</math> of the squares and <math>n</math> of the circles. Find <math>m + n</math>. | Centered at each lattice point in the coordinate plane are a circle radius <math>\frac{1}{10}</math> and a square with sides of length <math>\frac{1}{5}</math> whose sides are parallel to the coordinate axes. The line segment from <math>(0,0)</math> to <math>(1001, 429)</math> intersects <math>m</math> of the squares and <math>n</math> of the circles. Find <math>m + n</math>. | ||
− | == Solution == | + | == Solution 1 == |
First note that <math>1001 = 143 \cdot 7</math> and <math>429 = 143 \cdot 3</math> so every point of the form <math>(7k, 3k)</math> is on the line. Then consider the line <math>l</math> from <math>(7k, 3k)</math> to <math>(7(k + 1), 3(k + 1))</math>. Translate the line <math>l</math> so that <math>(7k, 3k)</math> is now the origin. There is one square and one circle that intersect the line around <math>(0,0)</math>. Then the points on <math>l</math> with an integral <math>x</math>-coordinate are, since <math>l</math> has the equation <math>y = \frac{3x}{7}</math>: | First note that <math>1001 = 143 \cdot 7</math> and <math>429 = 143 \cdot 3</math> so every point of the form <math>(7k, 3k)</math> is on the line. Then consider the line <math>l</math> from <math>(7k, 3k)</math> to <math>(7(k + 1), 3(k + 1))</math>. Translate the line <math>l</math> so that <math>(7k, 3k)</math> is now the origin. There is one square and one circle that intersect the line around <math>(0,0)</math>. Then the points on <math>l</math> with an integral <math>x</math>-coordinate are, since <math>l</math> has the equation <math>y = \frac{3x}{7}</math>: | ||
Line 15: | Line 15: | ||
for(int i=0;i<8;++i)for(int j=0;j<4;++j){dot((i,j),linewidth(1));draw(box((i-.1,j-.1),(i+.1,j+.1)),linewidth(.5));draw(circle((i,j),.1),linewidth(.5));} | for(int i=0;i<8;++i)for(int j=0;j<4;++j){dot((i,j),linewidth(1));draw(box((i-.1,j-.1),(i+.1,j+.1)),linewidth(.5));draw(circle((i,j),.1),linewidth(.5));} | ||
</asy> | </asy> | ||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | This is mostly a clarification since Solution 1 reads a little confusingly near the end, but let's take the diagram for the origin to <math>(7,3)</math>. We have the origin circle and square intersected, then two squares, then the circle and square at <math>(7,3)</math>. If we take the circle and square at the origin out of the diagram, we will be able to repeat the resulting segment (with its circles and squares) end to end from <math>(0,0)</math> to <math>(1001,429)</math>, which forms the line we need without overlapping. Since <math>143</math> of these segments are needed to do this, and <math>3</math> squares and <math>1</math> circle are intersected with each, there are <math>143 \cdot (3+1) = 572</math> squares and circles intersected. Adding the circle and square that are intersected at the origin back into the picture, we get that there are <math>572+2=\boxed{574}</math> squares and circles intersected in total. | ||
== See also == | == See also == | ||
{{AIME box|year=2016|n=I|num-b=13|num-a=15}} | {{AIME box|year=2016|n=I|num-b=13|num-a=15}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 15:55, 5 March 2016
Contents
Problem
Centered at each lattice point in the coordinate plane are a circle radius and a square with sides of length
whose sides are parallel to the coordinate axes. The line segment from
to
intersects
of the squares and
of the circles. Find
.
Solution 1
First note that and
so every point of the form
is on the line. Then consider the line
from
to
. Translate the line
so that
is now the origin. There is one square and one circle that intersect the line around
. Then the points on
with an integral
-coordinate are, since
has the equation
:
We claim that the lower right vertex of the square centered at lies on
. Since the square has side length
, the lower right vertex of this square has coordinates
. Because
,
lies on
. Since the circle centered at
is contained inside the square, this circle does not intersect
. Similarly the upper left vertex of the square centered at
is on
. Since every other point listed above is farther away from a lattice point (excluding (0,0) and (7,3)) and there are two squares with centers strictly between
and
that intersect
. Since there are
segments from
to
, the above count is yields
squares. Since every lattice point on
is of the form
where
, there are
lattice points on
. Centered at each lattice point, there is one square and one circle, hence this counts
squares and circles. Thus
.
(Solution by gundraja)
Solution 2
This is mostly a clarification since Solution 1 reads a little confusingly near the end, but let's take the diagram for the origin to . We have the origin circle and square intersected, then two squares, then the circle and square at
. If we take the circle and square at the origin out of the diagram, we will be able to repeat the resulting segment (with its circles and squares) end to end from
to
, which forms the line we need without overlapping. Since
of these segments are needed to do this, and
squares and
circle are intersected with each, there are
squares and circles intersected. Adding the circle and square that are intersected at the origin back into the picture, we get that there are
squares and circles intersected in total.
See also
2016 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
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.