I was questioned, that there are 5 digit odd numbers can be made using 0 to 8 and the first digit cannot be zero and the repetition are not allowed of the digit. Also they all have to be odd numbers.
2026-04-05 23:53:48.1775433228
5 digit odd numbers can be made using the digits 0,1,2,3,4,5,6,7 and 8 with first digit being non zero and the digits can't be repeated
2.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Well, your restrictions are that the last digit must be odd, and the first digit cant be zero. So choose those first. The most restrictive is the last digit must be odd so choose that first, then choose the first digit, and then choose the remain three digits in any order you want.
So there are $4$ choices for the last digit. After choosing that one digit there will be $8$ remaining digits to choose for the first digit but the first digit can't be $0$ so there are $7$ choices.
After those two choices there are $7$ choices for the second digit. After those three choices there $6$ choices for the third digit. And after those four choices there $5$ choicer remaining for the fourth digit.
So there are $4*7*7*6*5$ possible outcomes.