[Previous Page] [Next Page] [Up] [Home Page] [Mail] [Contents]

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):

Since we know that y is either 6, 12, or 18, all we have to do is form the following table:

yy31.5 y3
6216324
1217282592
1858328749

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