Difference between revisions of "1999 OIM Problems/Problem 1"

(Created page with "== Problem == Find all positive integers that are less than 1000 and satisfy the following condition: the cube of the sum of their digits is equal to the square of that intege...")
 
Line 5: Line 5:
  
 
== Solution ==
 
== Solution ==
{{solution}}
+
Insight: Every number that satisfies this must be a cube itself
 +
Proof/reasoning: let the sum of digits be <math>r</math> and the original number be <math>n</math>. Then <math>r^3 = n^2</math>. If <math>n</math> weren’t a cube, neither would <math>n^2</math>, but it is. Therefore, <math>n</math> is a cube.
 +
 
 +
 
 +
Now we list out all cubes that are smaller than <math>1000</math>
 +
<math>1,8,27,64,125,256,343,512,729</math>
 +
<math>1^3 = 1^2 , 8^3 \neq 8^2, 9^3 = 27^2, 10^3 \neq 64^2, 8^3 \neq 125^2, 13^3 \neq 256^2 , 10^3 \neq 343^2 , 8^3 \neq 512^2 , </math> and <math>18^2 \neq 729^2</math>.
 +
So the only integers that satisfy this condition are <math>1</math> and <math>27</math>
 +
 
  
 
== See also ==
 
== See also ==
 
https://www.oma.org.ar/enunciados/ibe14.htm
 
https://www.oma.org.ar/enunciados/ibe14.htm

Revision as of 01:49, 23 October 2024

Problem

Find all positive integers that are less than 1000 and satisfy the following condition: the cube of the sum of their digits is equal to the square of that integer.

~translated into English by Tomas Diaz. ~orders@tomasdiaz.com

Solution

Insight: Every number that satisfies this must be a cube itself Proof/reasoning: let the sum of digits be $r$ and the original number be $n$. Then $r^3 = n^2$. If $n$ weren’t a cube, neither would $n^2$, but it is. Therefore, $n$ is a cube.


Now we list out all cubes that are smaller than $1000$ $1,8,27,64,125,256,343,512,729$ $1^3 = 1^2 , 8^3 \neq 8^2, 9^3 = 27^2, 10^3 \neq 64^2, 8^3 \neq 125^2, 13^3 \neq 256^2 , 10^3 \neq 343^2 , 8^3 \neq 512^2 ,$ and $18^2 \neq 729^2$. So the only integers that satisfy this condition are $1$ and $27$


See also

https://www.oma.org.ar/enunciados/ibe14.htm