Answer:
The number is 10.5.
Explanation:
Let x be your number.
"i subtract 20 from my number,:" (x-20)
"square the result" : (x-20)^2
-------
"i square my number": x^2
"subtract 20 from the result": x^2 - 20
-----
The results are equal:
(x-20)^2 = x^2 - 20
x^2 -40x + 400 = x^2 - 20
-40x = -420
x = 10.5
==================
CHECK:
1) (x-20)^2 = ?
(10.5-20)^2 = 90.25
2) x^2 - 20 = ?
(10.5)^2 - 20 = 90.25
x=10.5 is correct