Difference between revisions of "2015 AMC 10A Problems/Problem 24"
(Created page with "DO U FIX A CAR BEFORE YOU OPEN DA HOOD DO U EAT DA NOODL BEFORE EATING DA RICE") |
|||
Line 1: | Line 1: | ||
− | + | ==Problem 24== | |
+ | For some positive integers <math>p</math>, there is a quadrilateral <math>ABCD</math> with positive integer side lengths, perimeter <math>p</math>, right angles at <math>B</math> and <math>C</math>, <math>AB=2</math>, and <math>CD=AD</math>. How many different values of <math>p<2015</math> are possible? | ||
− | + | <math>\textbf{(A) }30\qquad\textbf{(B) }31\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63</math> | |
+ | |||
+ | ==Solution 24== | ||
+ | Let <math>BC = x</math> and <math>CD = AD = y</math> be positive integers. Drop a perpendicular from <math>A</math> to <math>CD</math> to show that, using the Pythagorean Theorem, that | ||
+ | <cmath>x^2 + (y - 2)^2 = y^2.</cmath> | ||
+ | Simplifying yields <math>x^2 - 4y + 4 = 0</math>, so <math>x^2 = 4(y - 1)</math>. Thus, <math>y</math> is one more than a perfect square. | ||
+ | |||
+ | The perimeter <math>p = 2 + x + 2y = 2y + 2\sqrt{y - 1} + 2</math> must be less than 2015. Simple calculations demonstrate that <math>y = 31^2 + 1 = 962</math> is valid, but <math>y = 32^2 + 1 = 1025</math> is not. On the lower side, <math>y = 1</math> does not work (because <math>x > 0</math>), but <math>y = 1^2 + 1</math> does work. Hence, there are 31 valid <math>y</math> (all <math>y</math> such that <math>y = n^2 + 1</math> for <math>1 \le n \le 31</math>), and so our answer is <math>\textbf{(B)}.</math> |
Revision as of 19:39, 4 February 2015
Problem 24
For some positive integers , there is a quadrilateral
with positive integer side lengths, perimeter
, right angles at
and
,
, and
. How many different values of
are possible?
Solution 24
Let and
be positive integers. Drop a perpendicular from
to
to show that, using the Pythagorean Theorem, that
Simplifying yields
, so
. Thus,
is one more than a perfect square.
The perimeter must be less than 2015. Simple calculations demonstrate that
is valid, but
is not. On the lower side,
does not work (because
), but
does work. Hence, there are 31 valid
(all
such that
for
), and so our answer is