Given digits: 0, 1, 2, 4, 5, 7, 8 and 9
1.How many 4-digit numbers can be formed greater than 3000 without repetition? [Here we mean no repetitive digits]
My answer is 5*7*6*5
- .How many 4-digit even numbers can be formed greater than 3000 without repetition?
My answer is sum of 2*6*5*4 and 3*6*5*4.
- Why should we not just divide the answer in no.1 by two to get the answer in no.2?
1) correct. 2) it must be $2\cdot 6\cdot 5\cdot \color{red}{3}+3\cdot 5\cdot 6\cdot 4$. Interpretation: two cases: $$\begin{array}{c|c|c} \text{1-digit}&\text{4-digit}&\text{2-digit}&\text{3-digit}\\ \hline \text{even} \ (2 \ \text{options:} \ 4,8) & \text{even} \ (3 \ \text{options:} \ 0,2,4 \ \text{or} \ 8)& 6 \ \text{options}& 5 \ \text{options}\\ \text{odd} \ (3 \ \text{options:} \ 5,7,9)& \text{even} \ (4 \ \text{options:} \ 0,2,4, 8)& 6 \ \text{options}& 5 \ \text{options}\\ \end{array}$$ 3) because there are $510$ odd and $540$ even numbers: $$\begin{array}{c|c|c} \text{4-digit}&\text{1-digit}&\text{2-digit}&\text{3-digit}\\ \hline 1 & 5 \ \text{options:} \ 4,5,7,8,9 & 6 \ \text{options} \ & 5 \ \text{options}\\ 5& 4 \ \text{options:} \ 4,7,8,9 & 6 \ \text{options}& 5 \ \text{options}\\ 7& 4 \ \text{options:} \ 4,5,8,9 & 6 \ \text{options}& 5 \ \text{options}\\ 9& 4 \ \text{options:} \ 4,5,7,8 & 6 \ \text{options}& 5 \ \text{options} \end{array}\\ \text{Hence:} \ 5\cdot 6\cdot 5+4\cdot 6\cdot 5+4\cdot 6\cdot 5+4\cdot 6\cdot 5=510.$$ $$\begin{array}{c|c|c} \text{4-digit}&\text{1-digit}&\text{2-digit}&\text{3-digit}\\ \hline 0 & 5 \ \text{options:} \ 4,5,7,8,9 & 6 \ \text{options} \ & 5 \ \text{options}\\ 2& 5 \ \text{options:} \ 4,5,7,8,9 & 6 \ \text{options}& 5 \ \text{options}\\ 4& 4 \ \text{options:} \ 5,7,8,9 & 6 \ \text{options}& 5 \ \text{options}\\ 8& 4 \ \text{options:} \ 4,5,7,9 & 6 \ \text{options}& 5 \ \text{options} \end{array}\\ \text{Hence:} \ 5\cdot 6\cdot 5+5\cdot 6\cdot 5+4\cdot 6\cdot 5+4\cdot 6\cdot 5=540.$$