Problem 3 (The Number Problem)
Among the natural numbers 1, 2, 3, .... , find all solutions (if any) of the equation x2 = 1.5 y3, where both squares x2 and y2 are restricted to be less than 10,000.
Solution
Since both x2 and y2 are less than 10,000 we know x is one of the integers 1,2, ... , 99, and since 1.5 y3 = x2 < 10,000, we know that y is one of the integers 1, 2, ... , 18. We could substitute all the combinations of these two numbers into the equation to see if a solution exists, but let's do some basic analysis of numbers so we don't have as many possibilities.
We argue as follows (watch carefully):
- y3 must be an even integer (or else 1.5 y3 is not an integer)
- hence x2 is a multiple of 3 (since x2 = 1.5 y3 )
- hence x2 is a multiple of 9 (it is the square of a number)
- hence 1.5 y3 is a multiple of 9 (since 1.5 y3 = x2 )
- hence y3 is a multiple of 6
- hence y is a multiple of 6; that is y = 6, 12, or 18.
Since we know that y is either 6, 12, or 18, all we have to do is form the following table:
| y | y3 | 1.5 y3
|
| 6 | 216 | 324
|
| 12 | 1728 | 2592
|
| 18 | 5832 | 8749 |
and ask whether any of the numbers 1.5 y3 are perfect squares. The answer is that 324 = 182 is a perfect square, giving us the single solution of x = 13, y = 6. you can check these values by noting that 182 = 1.5 (18)2.
| [Previous] |
Problem 2 (The Ripple Problem)
|
| [Next] |
Problem 4 (Draining the Tank Problem)
|
| [Up] |
January Solutions
|
| [Home] |
Home Page
|
| [Mail] |
Send EMail to Maine Math Talent Search
|
| [Contents] |
Maine Math Talent Search Contents
|
Last modified on Friday, February 12, 1999