How many four-digit numbers can be formed from the set $\{ 0, 1, 2, 3,\ldots , 10 \}$ if zero cannot be the first digit and the given conditions are to be satisfied
- Repetitions are allowed and the number must be even.
- Repetitions are allowed and the number must be divisible by $5$.
- The number must be odd and less than $4000$ with repetition allowed.
a. my solution is 2*10*10*10= 2000 because 2 is a even number and there are 10 numbers excluding 0 in set {0,1,2,3..10} and it is 4 digits that's why 2*10*10*10 b.same in letter A but 2 is changed into 5 because it must be divisible by 5 so it is 5*10*10*10=5000 c.same to A and B... Only I changed it to 3 so my solution is 3*10*10*10 = 3000
$9\cdot10\cdot10\cdot5=4500$:
$9\cdot10\cdot10\cdot2=1800$:
$3\cdot10\cdot10\cdot5=1500$: