Difference between revisions of "2016 AMC 10B Problems/Problem 14"

(Solution)
Line 9: Line 9:
 
\textbf{(E)}\ 57</math>
 
\textbf{(E)}\ 57</math>
  
 +
==Solution 1==
 +
The region is a right triangle which contains the following lattice points:
 +
<math>(0,0); (1,0)-(1,3); (2,0)-(2,6); (3,0)-(3,9); (4,0)-(4,12); (5,0)-(5,15)</math>
  
==Solution==
+
<asy>size(10cm);
 +
for(int i=0;i<6;++i)for(int j=0;j<=3*i;++j)dot((i,j));
 +
draw((0,-1)--(0,16),EndArrow);draw((-1,0)--(6,0),EndArrow);
 +
draw((-.5,-pi/2)--(5.2,5.2*pi),gray);draw((-1,-.1)--(6,-.1)^^(5.1,-1)--(5.1,16),gray);
 +
</asy>
  
 +
Squares <math>1\times 1</math>:
 +
Suppose that the top-right corner is <math>(x,y)</math>, with <math>2\le x\le 5</math>. Then to include all other corners, we need <math>1\le y\le 3(x-1)</math>.
 +
This produces <math>3+6+9+12=30</math> squares.
 +
 +
Squares <math>2\times 2</math>:
 +
Here <math>3\le x\le 5</math>. To include all other corners, we need <math>2\le y\le 3(x-2)</math>.
 +
This produces <math>2+5+8=15</math> squares.
 +
 +
Squares <math>3\times 3</math>:
 +
Similarly this produces <math>5</math> squares.
 +
 +
No other squares will fit in the region. Therefore the answer is <math>\textbf{(D) }50</math>.
 +
 +
==Solution 2==
  
 
The vertical line is just to the right of x=5, the horizontal line is just under y=0, and the sloped line will always be above the y value of 3x.
 
The vertical line is just to the right of x=5, the horizontal line is just under y=0, and the sloped line will always be above the y value of 3x.
This means they will always miss being on a coordinate with integer coordinates so you just have to count the number of squares to the left, above, and under these lines. After counting the number of 1x1, 2x2, 3x3, squares and getting 30, 15, and 5 respectively, and we end up with <math>\textbf{(D)}\ 50 \qquad.</math>
+
This means they will always miss being on a coordinate with integer coordinates so you just have to count the number of squares to the left, above, and under these lines. After counting the number of 1x1, 2x2, 3x3, squares and getting 30, 15, and 5 respectively, and we end up with <math>\textbf{(D)}\ 50</math>
  
 
Solution by Wwang
 
Solution by Wwang
 +
 +
==See Also==
 +
{{AMC10 box|year=2016|ab=B|num-b=13|num-a=15}}
 +
{{MAA Notice}}

Revision as of 12:45, 21 February 2016

Problem

How many squares whose sides are parallel to the axes and whose vertices have coordinates that are integers lie entirely within the region bounded by the line $y=\pi x$, the line $y=-0.1$ and the line $x=5.1?$

$\textbf{(A)}\ 30 \qquad \textbf{(B)}\ 41 \qquad \textbf{(C)}\ 45 \qquad \textbf{(D)}\ 50 \qquad \textbf{(E)}\ 57$

Solution 1

The region is a right triangle which contains the following lattice points: $(0,0); (1,0)-(1,3); (2,0)-(2,6); (3,0)-(3,9); (4,0)-(4,12); (5,0)-(5,15)$

[asy]size(10cm); for(int i=0;i<6;++i)for(int j=0;j<=3*i;++j)dot((i,j)); draw((0,-1)--(0,16),EndArrow);draw((-1,0)--(6,0),EndArrow); draw((-.5,-pi/2)--(5.2,5.2*pi),gray);draw((-1,-.1)--(6,-.1)^^(5.1,-1)--(5.1,16),gray); [/asy]

Squares $1\times 1$: Suppose that the top-right corner is $(x,y)$, with $2\le x\le 5$. Then to include all other corners, we need $1\le y\le 3(x-1)$. This produces $3+6+9+12=30$ squares.

Squares $2\times 2$: Here $3\le x\le 5$. To include all other corners, we need $2\le y\le 3(x-2)$. This produces $2+5+8=15$ squares.

Squares $3\times 3$: Similarly this produces $5$ squares.

No other squares will fit in the region. Therefore the answer is $\textbf{(D) }50$.

Solution 2

The vertical line is just to the right of x=5, the horizontal line is just under y=0, and the sloped line will always be above the y value of 3x. This means they will always miss being on a coordinate with integer coordinates so you just have to count the number of squares to the left, above, and under these lines. After counting the number of 1x1, 2x2, 3x3, squares and getting 30, 15, and 5 respectively, and we end up with $\textbf{(D)}\ 50$

Solution by Wwang

See Also

2016 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 13
Followed by
Problem 15
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png