Difference between revisions of "2024 AMC 10A Problems/Problem 11"
(→Solution 2) |
(→Solution 2) |
||
Line 18: | Line 18: | ||
== Solution 2 == | == Solution 2 == | ||
− | Squaring both sides of the given equation gives <cmath>n^2-49=m^2\rightarrow n^2-m^2=49\rightarrow (n+m)(n-m)=49</cmath> | + | Squaring both sides of the given equation gives <cmath>n^2-49=m^2\rightarrow n^2-m^2=49\rightarrow (n+m)(n-m)=49</cmath> Splitting <math>49</math> into its factors (keep in mind it doesn't ask for positive integers, so the factors can be double negative, too) gives six cases: |
− | <math>1\cdot49</math> | + | <math>(1\cdot49)</math> |
− | <math>7\cdot7</math> | + | <math>(7\cdot7)</math> |
− | <math>49\cdot1</math> | + | <math>(49\cdot1)</math> |
− | <math>-1\cdot -49</math> | + | <math>(-1\cdot -49)</math> |
− | <math>-7\cdot -7</math> | + | <math>(-7\cdot -7)</math> |
+ | |||
+ | <math>(-49\cdot -1)</math>. | ||
− | |||
Note that the square root in the problem doesn't have <math>\pm</math> with it. Therefore, if there are two solutions, <math>(n,m)</math> and <math>(n,-m)</math>, then these together are to be counted as one solution. | Note that the square root in the problem doesn't have <math>\pm</math> with it. Therefore, if there are two solutions, <math>(n,m)</math> and <math>(n,-m)</math>, then these together are to be counted as one solution. | ||
The solutions expressed as <math>(n,m)</math> are: | The solutions expressed as <math>(n,m)</math> are: | ||
+ | |||
<math>(25,24)</math> | <math>(25,24)</math> | ||
+ | |||
<math>(25,-24)</math> | <math>(25,-24)</math> | ||
+ | |||
<math>(7,0)</math> | <math>(7,0)</math> | ||
+ | |||
<math>(-7,0)</math> | <math>(-7,0)</math> | ||
+ | |||
<math>(-25,24)</math> | <math>(-25,24)</math> | ||
+ | |||
<math>(-25,-24)</math>. | <math>(-25,-24)</math>. | ||
+ | |||
<math>(25,24)</math> and <math>(25,-24)</math> are to be counted as one, same for <math>(-25,24)</math> and <math>(-25,-24)</math>. Therefore, the solution is <math>\boxed{\text{(D) }4}</math> ~Tacos_are_yummy_1 | <math>(25,24)</math> and <math>(25,-24)</math> are to be counted as one, same for <math>(-25,24)</math> and <math>(-25,-24)</math>. Therefore, the solution is <math>\boxed{\text{(D) }4}</math> ~Tacos_are_yummy_1 |
Revision as of 17:24, 8 November 2024
Contents
Problem
How many ordered pairs of integers satisfy
?
Infinitely many
Solution
Note that is a nonnegative integer.
We square, rearrange, and apply the difference of squares formula to the given equation:
It is clear that
so
Each ordered pair
gives one ordered pair
so there are
such ordered pairs
Problem
How many ordered pairs of integers satisfy
?
Infinitely many
Solution 2
Squaring both sides of the given equation gives Splitting
into its factors (keep in mind it doesn't ask for positive integers, so the factors can be double negative, too) gives six cases:
.
Note that the square root in the problem doesn't have with it. Therefore, if there are two solutions,
and
, then these together are to be counted as one solution.
The solutions expressed as
are:
.
and
are to be counted as one, same for
and
. Therefore, the solution is
~Tacos_are_yummy_1