Find X, a 4-digit perfect square

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Square
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
X is a 4-digit perfect square all of whose decimal digits are less than seven. Increasing each digit by three we obtain a perfect square again. Find X.
 
Mathematics news on Phys.org
anemone said:
X is a 4-digit perfect square all of whose decimal digits are less than seven. Increasing each digit by three we obtain a perfect square again. Find X.

let the number be $x^2$ and adding 3333 we get $y^2$ and both x and y less than 100. so x + y less than 200

so $y^2-x^2= (y-x)(y+x) = 3333 = 33 * 101$
we need to find product of 2 numbers less than 200 and above is only combination
so y = 67 and x = 34

so $X = 34^2= 1156$
check:
now $y^2 = 67^2 = 4489 = 1156 + 3333$
which is tue

so ans is 1156
 
kaliprasad said:
let the number be $x^2$ and adding 3333 we get $y^2$ and both x and y less than 100. so x + y less than 200

so $y^2-x^2= (y-x)(y+x) = 3333 = 33 * 101$
we need to find product of 2 numbers less than 200 and above is only combination
so y = 67 and x = 34

so $X = 34^2= 1156$
check:
now $y^2 = 67^2 = 4489 = 1156 + 3333$
which is tue

so ans is 1156

Well done, Kali! And thanks for participating!:)