Difference between revisions of "2008 AIME I Problems/Problem 3"
Geometry285 (talk | contribs) |
|||
Line 13: | Line 13: | ||
=== Solution 2 === | === Solution 2 === | ||
Let <math>b</math>, <math>j</math>, and <math>s</math> be the biking, jogging, and swimming rates of the two people. Hence, <math>2b + 3j + 4s = 74</math> and <math>4b + 2j + 3s = 91</math>. Subtracting gives us that <math>2b - j - s = 17</math>. Adding three times this to the first equation gives that <math>8b + s = 125\implies b\le 15</math>. Adding four times the previous equation to the first given one gives us that <math>10b - j = 142\implies b > 14\implies b\ge 15</math>. This gives us that <math>b = 15</math>, and then <math>j = 8</math> and <math>s = 5</math>. Therefore, <math>b^2 + s^2 + j^2 = 225 + 64 + 25 = \boxed{314}</math>. | Let <math>b</math>, <math>j</math>, and <math>s</math> be the biking, jogging, and swimming rates of the two people. Hence, <math>2b + 3j + 4s = 74</math> and <math>4b + 2j + 3s = 91</math>. Subtracting gives us that <math>2b - j - s = 17</math>. Adding three times this to the first equation gives that <math>8b + s = 125\implies b\le 15</math>. Adding four times the previous equation to the first given one gives us that <math>10b - j = 142\implies b > 14\implies b\ge 15</math>. This gives us that <math>b = 15</math>, and then <math>j = 8</math> and <math>s = 5</math>. Therefore, <math>b^2 + s^2 + j^2 = 225 + 64 + 25 = \boxed{314}</math>. | ||
+ | |||
+ | === Solution 3 === | ||
+ | Creating two systems, we get <math>2x+3y+4z=74</math>, and <math>2y+3z+4x=91</math>. Subtracting the two expressions we get <math>y+z-2x=-17</math>. Note that <math>-17</math> is odd, so one of <math>x,y,z</math> is odd. We see from our second expression that <math>z</math> must be odd, because <math>91</math> is also odd and <math>2y</math> and <math>4x</math> are odd. Thus, with this information, we can test cases quickly: | ||
+ | |||
+ | When readdressing the first equation, we see that if <math>2x+3y</math> will be a multiple of <math>6</math>, <math>4z \equiv 2 \pmod{6} = 5</math>, we get that <math>x=15</math> and <math>y=8</math>, which works because of integer values. Therefore, <math>225+64+25=\boxed{314}</math> | ||
== See also == | == See also == |
Revision as of 19:52, 24 April 2021
Problem
Ed and Sue bike at equal and constant rates. Similarly, they jog at equal and constant rates, and they swim at equal and constant rates. Ed covers kilometers after biking for hours, jogging for hours, and swimming for hours, while Sue covers kilometers after jogging for hours, swimming for hours, and biking for hours. Their biking, jogging, and swimming rates are all whole numbers of kilometers per hour. Find the sum of the squares of Ed's biking, jogging, and swimming rates.
Solution
Solution 1
Let the biking rate be , swimming rate be , jogging rate be , all in km/h.
We have . Subtracting the second from twice the first gives . Mod 4, we need . Thus, .
and give non-integral , but gives . Thus, our answer is .
Solution 2
Let , , and be the biking, jogging, and swimming rates of the two people. Hence, and . Subtracting gives us that . Adding three times this to the first equation gives that . Adding four times the previous equation to the first given one gives us that . This gives us that , and then and . Therefore, .
Solution 3
Creating two systems, we get , and . Subtracting the two expressions we get . Note that is odd, so one of is odd. We see from our second expression that must be odd, because is also odd and and are odd. Thus, with this information, we can test cases quickly:
When readdressing the first equation, we see that if will be a multiple of , , we get that and , which works because of integer values. Therefore,
See also
2008 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
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.