Sign In
You need to find three positive whole numbers a, b, and c such that a^2=b^3=c^4.
Example Solution: 4096
We need to find a number k such that its square root, cube root, and fourth root are positive whole numbers.
sqrt(k) = a sqrt(k) = b sqrt(k) = c
In the expressions above, a, b, and c are positive whole numbers. Using the definition of the n^\text{th} root of a number, we obtain the following relations.
k = a^2 k = b^3 k = c^4
Additionally, c must be multiplied by itself 4 times to get the value of k, while a and b require fewer multiplications by themselves. This leads us to the following relation. c < b < a We can also set the following identities. c^4 = b^3 = a^2 Since c is the smallest value, we will substitute some values for c and calculate k. After that, our mission will be to find the numbers a and b. c = 2 ⇒ c^4 = 2^4 = 16 = k Next, we will try to write 16 as a whole number b cubed and as another whole number a squared.
Since 16 cannot be written as a whole number cube, c cannot be 2. Let's make a table where we try some more numbers.
| c | c^4=k | a^2=k | b^3=k |
|---|---|---|---|
| 3 | 3^4 = 81 | 9^2=81 | No way |
| 4 | 4^4 = 256 | 16^2=256 | No way |
| 5 | 5^4 = 625 | 25^2=625 | No way |
| 6 | 6^4 = 1296 | 36^2 = 1296 | No way |
| 7 | 7^4 = 2041 | 49^2 = 2041 | No way |
| 8 | 8^4 = 4096 | 64^2=4096 | 16^3=4096 |
From the table above, one number that satisfies the required condition is 4096.
| k | sqrt(k) | sqrt(k) | sqrt(k) |
|---|---|---|---|
| 2^(12) = 4096 | sqrt(4096)=64 | sqrt(4096) = 16 | sqrt(4096) = 8 |
| 3^(12)=531 441 | sqrt(531 441)=729 | sqrt(531 441) = 81 | sqrt(531 441) = 27 |
| 4^(12) = 16 777 216 | sqrt(16 777 216) = 4096 | sqrt(16 777 216) = 256 | sqrt(16 777 216) = 64 |
Therefore, any number raised to the 12^(th) power will satisfy the given condition. Particularly, we can pick 4096.