Find the largest 2-digit number such that all of the digits are distinct.
Details and assumptions
The number is a 2-digit number (12), not a 3-digit number.
Digits are distinct if they are not equal.
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.
First of all, we have been asked to write such a two digit number that is largest let us say its 99. Next what the question asks is the two digits should be distinct(different from each other) then its quite clear that the number can't be 99. But if we take 98,it satisfies both the conditions where its digits are different from each other.Therefore the answer is 98