From the digits 0, 1, 2, 3, three-digit numbers are formed. Among that, the number of even numbers are:
To form a three-digit even number using the digits 0, 1, 2, 3, we must ensure that the last digit is an even number. Here, the even digits available are 0 and 2. Let's explore each case:
For Case 1 (last digit is 0), we select 2 remaining digits from {1, 2, 3} for the first two positions:
For Case 2 (last digit is 2), we select 2 remaining digits from {0, 1, 3} for the first two positions:
Adding both cases gives the total number of even numbers: 6 (Case 1) + 4 (Case 2) = 10.
| Last Digit | Possibilities |
|---|---|
| 0 | 6 |
| 2 | 4 |
| Total | 10 |
Therefore, the number of even numbers that can be formed is 10.





What is 'X' in the following table?