A two-digit number is 1 more than nine times the sum of its digits. Which number is it?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Suppose the numb is ab Then ab=10a+b The term is ab=9(a+b)+1 10a+b=9a+9b+1 a-8b=1 Only one solution a=9 & b=1 because a,b=0,1,...,9 So the numb is 91