Let $\lambda$ be the number of all possible $8$ digit odd numbers
formed by using only digits $0,0,2,2,3,3,4,5,$ Then $\dfrac{\lambda}{900}$ is
My Try: Number is odd if last digit (unit position ) is odd.
So total number of ways of choosing the units place is $\dfrac{3!}{2!}=3$
Now arranging the extreme left position is $\dfrac{6!}{2!\cdot 2!}$
and arranging all digits is $\dfrac{6!}{2!}$ ways.
But it have seems that I have done the problem incorrectly.
Could some help me to solve it? Thanks
Why do you have factorials when choosing the units digit and leading digit? There is no arrangement happening.
Furthermore you will have to split into a couple cases. You might try to count the number of ways to choose the units digit (it's either $3$ or $5$, so $2$ choices), then count the number of ways to choose the leading digit (it's anything but $0$, so $4$ choices). However, some of these choices are incompatible. E.g., if I choose $5$ for the units digit, it cannot be the leading digit (but choosing $3$ for the units digit and the leading digit is possible).
Beyond this, the number of ways to arrange the remaining digits depends on the digits chosen in the first two steps. For instance, if I choose $4******5$, then I have to arrange $0,0,2,2,3,3$, but if I choose $2******3$ then I have to arrange $0,0,2,3,4,5$. The number of arrangements are different in these two cases.