How many 3 digit number are there, with distinct digit,with each digit odd??
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.
Odd set are {1,3,5,7,9}
5:choose first one digit from set. 4:choose second digit from remaining set. 3:choose third digit from remaining set. Then for distant digit is 5x4x3=60