self
Maths Puzzle
find 3 consecutive odd integers, all less than 100, such that the sum of their squares forms a Unidigit (that is, all its digits are the same). Thus, for integer abc, a^2 + b^2 +c^2 equals a Unidigital.
Read Solution (Total 2)
-
- 41,43,45
41^2 + 43^2 + 45^2 = 5555 - 12 years agoHelpfull: Yes(1) No(2)
- If numbers are x,x-2,x+2, then
x^2+(x+2)^2 =(x-2)^2 = x^2+2x^2+8 = 3x^2+8
Now 3x^2+8 should be unidigital.
checking different combinations , we get
x=43.
so numbers are 41,43,45
- 12 years agoHelpfull: Yes(1) No(2)
self Other Question