You can put this solution on YOUR website! How many odd 4-digit numbers are there (repetition is allowed)?
----
thousands digit:: 9 ways
hundreds digit::: 10 ways
tens digit:: 10 ways
units digit must be even:: 5 ways
-----------------
Ans: 9*100*5 = 9*500 = 4500
-------
Cheers,
Stan H.
------
You can put this solution on YOUR website! How many odd 4-digit numbers are there (repetition is allowed)?
----------
If leading zeroes are allowed, eg 0001, there are 10000 total numbers.
If not, it's 1000 to 9999 = 9000 and half of them are odd.
--> 4500