How many positive 3-digit odd numbers can be formed using 0,1, 2, 3, 4, 5 without repetition?
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.
For the last digit there are only 3 possible numbers to make it odd - 1, 3 and 5
For the first digit we can have any number except zero (this would make it a two digit number) and the already used last digit. Therefore there are 4 possibilities.
For the middle digit we can choose any number not yet used giving us 4 more possibilities.
3 × 4 × 4 = 4 8