SOLUTION: find the two digitd numbers which has the square of sum is equal to the obtained number by reversing its digits

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: find the two digitd numbers which has the square of sum is equal to the obtained number by reversing its digits      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 324606: find the two digitd numbers which has the square of sum is equal to the obtained number by reversing its digits
Answer by JBarnum(2146) About Me  (Show Source):
You can put this solution on YOUR website!
[xy]=n
%28x%2By%29%5E2=10y%2Bx
x and y cant = 0 but can be 1-9
x+y=2^2=4 nope has only 1 digit
x+y=3^2=6 nope has only 1 digit
x+y=4^2=16: y=1 x=6 x+y=7 nope the sum doesnt equal the original sum
x+y=5^2=25: y=2 x=5 x+y=7 nope the sum doesnt equal the original sum
x+y=6^2=36: y=3 x=6 x+y=9 nope the sum doesnt equal the original sum
x+y=7^2=49: y=4 x=9 x+y=13 nope the sum doesnt equal the original sum
x+y=8^2=64: y=6 x=4 x+y=10 nope the sum doesnt equal the original sum
x+y=9^2=81: y=8 x=1 x+y=9 yes!!!
x+y=10^2=100 nope has 3 digits
by process of elimination
x=1 y=8
check to make sure:
%28x%2By%29%5E2=10y%2Bx
%281%2B8%29%5E2=10%288%29%2B1
9%5E2=81
81=81
correct