Difference between revisions of "1991 AIME Problems/Problem 1"
(→Problem) |
MRENTHUSIASM (talk | contribs) (Reformatted the page and improved the code.) |
||
(17 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | + | Find <math>x^2+y^2_{}</math> if <math>x_{}^{}</math> and <math>y_{}^{}</math> are positive integers such that | |
− | < | + | <cmath>\begin{align*} |
− | + | xy+x+y&=71, \\ | |
+ | x^2y+xy^2&=880. | ||
+ | \end{align*}</cmath> | ||
− | + | == Solution 1 == | |
+ | Define <math>a = x + y</math> and <math>b = xy</math>. Then <math>a + b = 71</math> and <math>ab = 880</math>. Solving these two equations yields a [[quadratic equation|quadratic]]: <math>a^2 - 71a + 880 = 0</math>, which [[factor]]s to <math>(a - 16)(a - 55) = 0</math>. Either <math>a = 16</math> and <math>b = 55</math> or <math>a = 55</math> and <math>b = 16</math>. For the first case, it is easy to see that <math>(x,y)</math> can be <math>(5,11)</math> (or vice versa). In the second case, since all factors of <math>16</math> must be <math>\le 16</math>, no two factors of <math>16</math> can sum greater than <math>32</math>, and so there are no integral solutions for <math>(x,y)</math>. The solution is <math>5^2 + 11^2 = \boxed{146}</math>. | ||
− | == Solution == | + | == Solution 2 == |
− | + | Since <math>xy + x + y + 1 = 72</math>, this can be factored to <math>(x + 1)(y + 1) = 72</math>. As <math>x</math> and <math>y</math> are [[integer]]s, the possible sets for <math>(x,y)</math> (ignoring cases where <math>x > y</math> since it is symmetrical) are <math>(1, 35),\ (2, 23),\ (3, 17),\ (5, 11),\ (7,8)</math>. The second equation factors to <math>(x + y)xy = 880 = 2^4 \cdot 5 \cdot 11</math>. The only set with a factor of <math>11</math> is <math>(5,11)</math>, and checking shows that it is correct. | |
− | |||
− | + | == Solution 3 == | |
− | + | ||
+ | Let <math>a=x+y</math>, <math>b=xy</math> then we get the equations | ||
+ | <cmath>\begin{align*} | ||
+ | a+b&=71\\ | ||
+ | ab&=880 | ||
+ | \end{align*}</cmath> | ||
+ | After finding the [[prime factorization]] of <math>880=2^4\cdot5\cdot11</math>, it's easy to obtain the solution <math>(a,b)=(16,55)</math>. Thus | ||
+ | <cmath>x^2+y^2=(x+y)^2-2xy=a^2-2b=16^2-2\cdot55=\boxed{146}</cmath> | ||
+ | Note that if <math>(a,b)=(55,16)</math>, the answer would exceed <math>999</math> which is invalid for an AIME answer. | ||
+ | ~ Nafer | ||
+ | |||
+ | == Solution 4 == | ||
+ | From the first equation, we know <math>x+y=71-xy</math>. We factor the second equation as <math>xy(71-xy)=880</math>. Let <math>a=xy</math> and rearranging we get <math>a^2-71a+880=(a-16)(a-55)=0</math>. We have two cases: (1) <math>x+y=16</math> and <math>xy=55</math> OR (2) <math>x+y=55</math> and <math>xy=16</math>. We find the former is true for <math>(x,y) = (5,11)</math>. <math>x^2+y^2=121+25=146</math>. | ||
+ | |||
+ | == Solution 5 == | ||
+ | First, notice that you can factor <math>x^2y + xy^2</math> as <math>xy(x + y)</math>. From this, we notice that <math>xy</math> and <math>x + y</math> is a common occurrence, so that lends itself to a simple solution by substitution. Let <math>xy = b</math> and <math>x + y = a</math>. From this substitution, we get the following system: | ||
+ | <cmath>a + b = 71</cmath> | ||
+ | <cmath>ab = 880</cmath> | ||
+ | Solving that system gives us the following two pairs <math>(a, b)</math>: <math>(16, 55)</math> and <math>(55, 16)</math>. The second one is obviously too big as <math>55^2</math> is clearly out of bounds for an AIME problem (More on that later). Therefore, we proceed with substituting back the pair <math>(16, 55)</math>. This means that <math>x + y = 16</math> and <math>xy = 55</math> | ||
+ | Then, instead of solving the system, we can do a clever manipulation by squaring <math>x + y</math>. Doing so, we get: | ||
+ | <cmath>(x + y)^2 = (x^2 + y^2) + 2xy</cmath> | ||
+ | We see that in this form, we can substitute everything in except for <math>(x^2 + y^2)</math>, which is the desired answer. Substituting, we get: | ||
+ | <cmath>256 = (x^2 + y^2) + 110</cmath> | ||
+ | so <math>x^2 + y^2 = \boxed{146}</math>. (If we were to go with the pair <math>(55, 16)</math>, then the <math>(x + y)^2</math> would be absurdly out of bounds) | ||
+ | |||
+ | ~EricShi1685 | ||
== See also == | == See also == |
Latest revision as of 21:05, 7 June 2021
Problem
Find if and are positive integers such that
Solution 1
Define and . Then and . Solving these two equations yields a quadratic: , which factors to . Either and or and . For the first case, it is easy to see that can be (or vice versa). In the second case, since all factors of must be , no two factors of can sum greater than , and so there are no integral solutions for . The solution is .
Solution 2
Since , this can be factored to . As and are integers, the possible sets for (ignoring cases where since it is symmetrical) are . The second equation factors to . The only set with a factor of is , and checking shows that it is correct.
Solution 3
Let , then we get the equations After finding the prime factorization of , it's easy to obtain the solution . Thus Note that if , the answer would exceed which is invalid for an AIME answer. ~ Nafer
Solution 4
From the first equation, we know . We factor the second equation as . Let and rearranging we get . We have two cases: (1) and OR (2) and . We find the former is true for . .
Solution 5
First, notice that you can factor as . From this, we notice that and is a common occurrence, so that lends itself to a simple solution by substitution. Let and . From this substitution, we get the following system: Solving that system gives us the following two pairs : and . The second one is obviously too big as is clearly out of bounds for an AIME problem (More on that later). Therefore, we proceed with substituting back the pair . This means that and Then, instead of solving the system, we can do a clever manipulation by squaring . Doing so, we get: We see that in this form, we can substitute everything in except for , which is the desired answer. Substituting, we get: so . (If we were to go with the pair , then the would be absurdly out of bounds)
~EricShi1685
See also
1991 AIME (Problems • Answer Key • Resources) | ||
Preceded by First question |
Followed by Problem 2 | |
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.